From 2a4c083502cc3fadfc04c69075806218c6d9804c Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 4 Apr 2019 15:51:07 -0300 Subject: [PATCH] python3-urlgrabber: update to 4.0.0 --- srcpkgs/python-urlgrabber/template | 16 ---------------- srcpkgs/python3-urlgrabber/template | 16 ++++++++++++++++ .../update | 0 3 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 srcpkgs/python-urlgrabber/template create mode 100644 srcpkgs/python3-urlgrabber/template rename srcpkgs/{python-urlgrabber => python3-urlgrabber}/update (100%) diff --git a/srcpkgs/python-urlgrabber/template b/srcpkgs/python-urlgrabber/template deleted file mode 100644 index 16fca96926..0000000000 --- a/srcpkgs/python-urlgrabber/template +++ /dev/null @@ -1,16 +0,0 @@ -# Template file for 'python-urlgrabber' -pkgname=python-urlgrabber -version=3.10.2 -revision=2 -archs=noarch -wrksrc="urlgrabber-${version}" -build_style=python2-module -pycompile_module="urlgrabber" -hostmakedepends="python-devel" -depends="python-curl" -short_desc="High-level cross-protocol url-grabber (Python2)" -maintainer="Juan RP " -license="LGPL-2.1-or-later" -homepage="http://urlgrabber.baseurl.org/" -distfiles="http://urlgrabber.baseurl.org/download/urlgrabber-${version}.tar.gz" -checksum=53691185e3d462bb0fa8db853a205ee79cdd4089687cddd22cabb8b3d4280142 diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template new file mode 100644 index 0000000000..dd1b773e6b --- /dev/null +++ b/srcpkgs/python3-urlgrabber/template @@ -0,0 +1,16 @@ +# Template file for 'python3-urlgrabber' +pkgname=python3-urlgrabber +version=4.0.0 +revision=1 +archs=noarch +wrksrc="urlgrabber-${version}" +build_style=python3-module +pycompile_module="urlgrabber" +hostmakedepends="python3-setuptools python3-six" +depends="python3-curl python3-six python3-setuptools" +short_desc="High-level cross-protocol url-grabber (Python3)" +maintainer="Juan RP " +license="LGPL-2.1-or-later" +homepage="http://urlgrabber.baseurl.org/" +distfiles="http://urlgrabber.baseurl.org/download/urlgrabber-${version}.tar.gz" +checksum=d152d10c7decce45ce5b44f8ee8ee5fd0047217f4152eebb8e0c552ca5137af0 diff --git a/srcpkgs/python-urlgrabber/update b/srcpkgs/python3-urlgrabber/update similarity index 100% rename from srcpkgs/python-urlgrabber/update rename to srcpkgs/python3-urlgrabber/update