diff --git a/srcpkgs/python-urbandict/template b/srcpkgs/python-urbandict/template deleted file mode 100644 index 0808a11e98d..00000000000 --- a/srcpkgs/python-urbandict/template +++ /dev/null @@ -1,28 +0,0 @@ -# Template file for 'python-urbandict' -pkgname=python-urbandict -version=0.6.1 -revision=1 -archs=noarch -wrksrc="urbandict-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="CLI client and a library for urbandictionary.com" -maintainer="Benjamín Albiñana " -license="Unlicense" -homepage="https://github.com/novel/py-urbandict" -distfiles="${PYPI_SITE}/u/urbandict/urbandict-${version}.tar.gz" -checksum=a19685ffa2450bea2df9bf328a6ce7c3c1e2213c95171ae2263b987cc54d201b -alternatives="urbandicli:urbandicli:/usr/bin/urbandicli2" - -python3-urbandict_package() { - archs=noarch - alternatives="urbandicli:urbandicli:/usr/bin/urbandicli3" - short_desc="${short_desc/Python2/Python3}" - depends="python3" - pkg_install() { - vmove usr/bin/urbandicli3 - vmove usr/lib/python3* - vlicense COPYING - } -} diff --git a/srcpkgs/python3-urbandict b/srcpkgs/python3-urbandict deleted file mode 120000 index 2e2497cdc4c..00000000000 --- a/srcpkgs/python3-urbandict +++ /dev/null @@ -1 +0,0 @@ -python-urbandict \ No newline at end of file diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template new file mode 100644 index 00000000000..c059d78dd0e --- /dev/null +++ b/srcpkgs/python3-urbandict/template @@ -0,0 +1,15 @@ +# Template file for 'python3-urbandict' +pkgname=python3-urbandict +version=0.6.1 +revision=2 +wrksrc="urbandict-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="CLI client and a library for urbandictionary.com" +maintainer="Benjamín Albiñana " +license="Unlicense" +homepage="https://github.com/novel/py-urbandict" +distfiles="${PYPI_SITE}/u/urbandict/urbandict-${version}.tar.gz" +checksum=a19685ffa2450bea2df9bf328a6ce7c3c1e2213c95171ae2263b987cc54d201b +conflicts="python-urbandict>=0"