mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python-bibtexparser: drop package
This commit is contained in:
parent
801a99f43b
commit
8b32787e47
3 changed files with 14 additions and 27 deletions
|
@ -1,26 +0,0 @@
|
||||||
# Template file for 'python-bibtexparser'
|
|
||||||
pkgname=python-bibtexparser
|
|
||||||
version=1.1.0
|
|
||||||
revision=2
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="bibtexparser-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
pycompile_module="bibtexparser"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python-parsing python-future"
|
|
||||||
short_desc="Python2 package for parsing BibTeX"
|
|
||||||
maintainer="xaltsc <xaltsc@protonmail.ch>"
|
|
||||||
license="LGPL-3.0-only"
|
|
||||||
homepage="https://github.com/sciunto-org/python-bibtexparser"
|
|
||||||
distfiles="${PYPI_SITE}/b/bibtexparser/bibtexparser-${version}.tar.gz"
|
|
||||||
checksum=df8966ea752db6d74657a69b9d684a61aa33457ad6d9d50e41c50ef7f374907f
|
|
||||||
|
|
||||||
python3-bibtexparser_package() {
|
|
||||||
archs=noarch
|
|
||||||
pycompile_module="bibtexparser"
|
|
||||||
depends="python3-parsing python3-future"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-bibtexparser
|
|
14
srcpkgs/python3-bibtexparser/template
Normal file
14
srcpkgs/python3-bibtexparser/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'python3-bibtexparser'
|
||||||
|
pkgname=python3-bibtexparser
|
||||||
|
version=1.1.0
|
||||||
|
revision=3
|
||||||
|
wrksrc="bibtexparser-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-parsing python3-future"
|
||||||
|
short_desc="Python3 package for parsing BibTeX"
|
||||||
|
maintainer="xaltsc <xaltsc@protonmail.ch>"
|
||||||
|
license="LGPL-3.0-only"
|
||||||
|
homepage="https://github.com/sciunto-org/python-bibtexparser"
|
||||||
|
distfiles="${PYPI_SITE}/b/bibtexparser/bibtexparser-${version}.tar.gz"
|
||||||
|
checksum=df8966ea752db6d74657a69b9d684a61aa33457ad6d9d50e41c50ef7f374907f
|
Loading…
Add table
Reference in a new issue