diff --git a/srcpkgs/python-httmock/template b/srcpkgs/python-httmock/template deleted file mode 100644 index e798b4fc1b3..00000000000 --- a/srcpkgs/python-httmock/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-httmock' -pkgname=python-httmock -version=1.3.0 -revision=2 -archs=noarch -wrksrc="httmock-${version}" -build_style=python-module -pycompile_module="httmock.py" -hostmakedepends="python3-setuptools python-setuptools" -depends="python-requests" -checkdepends="python3-requests" -short_desc="Mocking library for requests (Python2)" -maintainer="Orphaned " -license="Apache-2.0" -homepage="https://github.com/patrys/httmock" -distfiles="https://github.com/patrys/httmock/archive/${version}.tar.gz" -checksum=4716729f0d07f3f6043dde43545a5381c4c6031a62e9dc9eed21e73c63d86722 - -do_check() { - python3 setup.py test -} - -python3-httmock_package() { - archs=noarch - pycompile_module="httmock.py" - depends="python3-requests" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python3-httmock b/srcpkgs/python3-httmock deleted file mode 120000 index cb20ded1289..00000000000 --- a/srcpkgs/python3-httmock +++ /dev/null @@ -1 +0,0 @@ -python-httmock \ No newline at end of file diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template new file mode 100644 index 00000000000..7c8195dd3f8 --- /dev/null +++ b/srcpkgs/python3-httmock/template @@ -0,0 +1,19 @@ +# Template file for 'python3-httmock' +pkgname=python3-httmock +version=1.3.0 +revision=3 +wrksrc="httmock-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-requests" +checkdepends="python3-requests" +short_desc="Mocking library for requests (Python3)" +maintainer="Orphaned " +license="Apache-2.0" +homepage="https://github.com/patrys/httmock" +distfiles="https://github.com/patrys/httmock/archive/${version}.tar.gz" +checksum=4716729f0d07f3f6043dde43545a5381c4c6031a62e9dc9eed21e73c63d86722 + +do_check() { + python3 setup.py test +}