diff --git a/srcpkgs/python3-ConfigArgParse b/srcpkgs/python3-ConfigArgParse deleted file mode 120000 index c5af0c0414..0000000000 --- a/srcpkgs/python3-ConfigArgParse +++ /dev/null @@ -1 +0,0 @@ -python-ConfigArgParse \ No newline at end of file diff --git a/srcpkgs/python-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template similarity index 53% rename from srcpkgs/python-ConfigArgParse/template rename to srcpkgs/python3-ConfigArgParse/template index 0b17b70102..2e42f08c01 100644 --- a/srcpkgs/python-ConfigArgParse/template +++ b/srcpkgs/python3-ConfigArgParse/template @@ -1,13 +1,13 @@ -# Template file for 'python-ConfigArgParse' -pkgname=python-ConfigArgParse +# Template file for 'python3-ConfigArgParse' +pkgname=python3-ConfigArgParse version=0.15.2 revision=2 archs=noarch wrksrc="ConfigArgParse-${version}" -build_style=python-module +build_style=python3-module pycompile_module="configargparse.py" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" +hostmakedepends="python3-setuptools" +depends="python3" short_desc="Drop-in replacement for argparse" maintainer="Helmut Pozimski " license="MIT" @@ -18,15 +18,3 @@ checksum=558738aff623d6667aa5b85df6093ad3828867de8a82b66a6d458fb42567beb3 post_install() { vlicense LICENSE } - -python3-ConfigArgParse_package() { - archs=noarch - depends="python3" - pycompile_module="configargparse.py" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove "usr/lib/python3*" - vlicense LICENSE - } -} -