diff --git a/srcpkgs/python-podcastparser/template b/srcpkgs/python-podcastparser/template deleted file mode 100644 index 58fd20d3f7..0000000000 --- a/srcpkgs/python-podcastparser/template +++ /dev/null @@ -1,34 +0,0 @@ -# Template file for 'python-podcastparser' -pkgname=python-podcastparser -version=0.6.5 -revision=1 -archs=noarch -wrksrc="podcastparser-${version}" -build_style=python-module -hostmakedepends="python-devel python3-devel" -depends="python" -checkdepends="python3-nose python3-coverage" -short_desc="Simplified, fast RSS parsing library (Python2)" -maintainer="bra1nwave " -license="ISC" -homepage="https://github.com/gpodder/podcastparser" -distfiles="${homepage}/archive/${version}.tar.gz" -checksum=4f97dde70ce2ab775f66c0feb94f26b6e52b40a67f717cd465140d4c0896177a - -do_check() { - nosetests3 -v -} - -post_install() { - vlicense LICENSE -} - -python3-podcastparser_package() { - short_desc="${short_desc/Python2/Python3}" - archs=noarch - depends="python3" - pkg_install() { - vmove "usr/lib/python3*" - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-podcastparser b/srcpkgs/python3-podcastparser deleted file mode 120000 index b517fc3a3b..0000000000 --- a/srcpkgs/python3-podcastparser +++ /dev/null @@ -1 +0,0 @@ -python-podcastparser \ No newline at end of file diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template new file mode 100644 index 0000000000..4a180bb349 --- /dev/null +++ b/srcpkgs/python3-podcastparser/template @@ -0,0 +1,23 @@ +# Template file for 'python3-podcastparser' +pkgname=python3-podcastparser +version=0.6.5 +revision=2 +wrksrc="podcastparser-${version}" +build_style=python3-module +hostmakedepends="python3-devel" +depends="python3" +checkdepends="python3-nose python3-coverage" +short_desc="Simplified, fast RSS parsing library (Python3)" +maintainer="bra1nwave " +license="ISC" +homepage="https://github.com/gpodder/podcastparser" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=4f97dde70ce2ab775f66c0feb94f26b6e52b40a67f717cd465140d4c0896177a + +do_check() { + nosetests3 -v +} + +post_install() { + vlicense LICENSE +}