diff --git a/actions.py b/actions.py deleted file mode 100644 --- a/actions.py +++ /dev/null @@ -1,10 +0,0 @@ - -#!/usr/bin/python - - -from pisi.actionsapi import shelltools, get, pythonmodules, pisitools - - -def install(): - pythonmodules.install () - pisitools.domove ("/usr/share/doc/urlgrabber-3.10.1", "/usr/share/doc/python-urlgrabber") diff --git a/component.xml b/component.xml deleted file mode 100644 --- a/component.xml +++ /dev/null @@ -1,3 +0,0 @@ - - system.base - diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,20 @@ +name : python-urlgrabber +version : 3.10.2 +release : 6 +source : + - https://files.pythonhosted.org/packages/source/u/urlgrabber/urlgrabber-3.10.2.tar.gz : 05b7164403d49b37fe00f7ac8401e56b00d0568ac45ee15d5f0610ac293c3070 +homepage : http://urlgrabber.baseurl.org/ +license : LGPL-2.1-or-later +component : system.base +summary : A high-level cross-protocol url-grabber +description: | + urlgrabber is a pure python package that drastically simplifies the fetching of files. It is designed to be used in programs that need common (but not necessarily simple) url-fetching features. It is extremely simple to drop into an existing program and provides a clean interface to protocol-independant file-access. Best of all, urlgrabber takes care of all those pesky file-fetching details, and lets you focus on whatever it is that your program is written to do! +builddeps : + - python-setuptools +rundeps : + - python +build : | + %python_setup +install : | + %python_install + rm -rv $installdir/usr/share diff --git a/pspec.xml b/pspec.xml deleted file mode 100644 --- a/pspec.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - python-urlgrabber - http://urlgrabber.baseurl.org/ - - Ikey Doherty - ikey@solus-project.com - - A high-level cross-protocol url-grabber. - A high-level cross-protocol url-grabber. - MIT - http://urlgrabber.baseurl.org/download/urlgrabber-3.10.1.tar.gz - - - python-2.7 - - - - - python-urlgrabber - - /usr/bin - /usr/lib/python* - /usr/libexec/urlgrabber-ext-down - /usr/share/doc - - - python - - - - - - 03-02-2016 - 3.10.1 - Package bump - Justin Zobel - justin@solus-project.com - - - - 02-06-2016 - 3.10.1 - Package bump - Ikey Doherty - ikey@solus-project.com - - - - 08-21-2015 - 3.10.1 - Update to 3.10.1 - Ikey Doherty - ikey@solus-project.com - - - - 05-26-2013 - 3.9.1 - Patch to use SSL_VERIFYHOST correctly - Ikey Doherty - ikey@solusos.com - - - - 03-19-2013 - 3.9.1 - Add python-urlgrabber to repositories - Evolve OS Packaging - packaging@evolve-os.com - - - - \ No newline at end of file diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,47 @@ + + + python-urlgrabber + http://urlgrabber.baseurl.org/ + + Algent Albrahimi + algent@protonmail.com + + LGPL-2.1-or-later + system.base + A high-level cross-protocol url-grabber + urlgrabber is a pure python package that drastically simplifies the fetching of files. It is designed to be used in programs that need common (but not necessarily simple) url-fetching features. It is extremely simple to drop into an existing program and provides a clean interface to protocol-independant file-access. Best of all, urlgrabber takes care of all those pesky file-fetching details, and lets you focus on whatever it is that your program is written to do! + + https://getsol.us/sources/README.Solus + + + python-urlgrabber + A high-level cross-protocol url-grabber + urlgrabber is a pure python package that drastically simplifies the fetching of files. It is designed to be used in programs that need common (but not necessarily simple) url-fetching features. It is extremely simple to drop into an existing program and provides a clean interface to protocol-independant file-access. Best of all, urlgrabber takes care of all those pesky file-fetching details, and lets you focus on whatever it is that your program is written to do! + + system.base + + /usr/bin/urlgrabber + /usr/lib/python2.7/site-packages/urlgrabber-3.10.2-py2.7.egg-info + /usr/lib/python2.7/site-packages/urlgrabber/__init__.py + /usr/lib/python2.7/site-packages/urlgrabber/__init__.pyc + /usr/lib/python2.7/site-packages/urlgrabber/byterange.py + /usr/lib/python2.7/site-packages/urlgrabber/byterange.pyc + /usr/lib/python2.7/site-packages/urlgrabber/grabber.py + /usr/lib/python2.7/site-packages/urlgrabber/grabber.pyc + /usr/lib/python2.7/site-packages/urlgrabber/mirror.py + /usr/lib/python2.7/site-packages/urlgrabber/mirror.pyc + /usr/lib/python2.7/site-packages/urlgrabber/progress.py + /usr/lib/python2.7/site-packages/urlgrabber/progress.pyc + /usr/libexec/urlgrabber-ext-down + + + + + 2021-07-23 + 3.10.2 + Packaging update + Algent Albrahimi + algent@protonmail.com + + + \ No newline at end of file