diff --git a/srcpkgs/python-bibtexparser/template b/srcpkgs/python-bibtexparser/template deleted file mode 100644 index c40115c9fb..0000000000 --- a/srcpkgs/python-bibtexparser/template +++ /dev/null @@ -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 " -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* - } -} diff --git a/srcpkgs/python3-bibtexparser b/srcpkgs/python3-bibtexparser deleted file mode 120000 index cfe1af4c4c..0000000000 --- a/srcpkgs/python3-bibtexparser +++ /dev/null @@ -1 +0,0 @@ -python-bibtexparser \ No newline at end of file diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template new file mode 100644 index 0000000000..f0c05f8f76 --- /dev/null +++ b/srcpkgs/python3-bibtexparser/template @@ -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 " +license="LGPL-3.0-only" +homepage="https://github.com/sciunto-org/python-bibtexparser" +distfiles="${PYPI_SITE}/b/bibtexparser/bibtexparser-${version}.tar.gz" +checksum=df8966ea752db6d74657a69b9d684a61aa33457ad6d9d50e41c50ef7f374907f