Page MenuHomeSolus

D11517.diff
No OneTemporary

D11517.diff

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 @@
-<PISI>
- <Name>system.base</Name>
-</PISI>
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 @@
-<?xml version="1.0" ?>
-<!DOCTYPE PISI SYSTEM "https://solus-project.com/standard/pisi-spec.dtd">
-<PISI>
- <Source>
- <Name>python-urlgrabber</Name>
- <Homepage>http://urlgrabber.baseurl.org/</Homepage>
- <Packager>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
- </Packager>
- <Summary>A high-level cross-protocol url-grabber.</Summary>
- <Description>A high-level cross-protocol url-grabber.</Description>
- <License>MIT</License>
- <Archive sha1sum="75206abe4c2498d4ff01498e4a35192a65c92f3e" type="targz">http://urlgrabber.baseurl.org/download/urlgrabber-3.10.1.tar.gz</Archive>
-
- <BuildDependencies>
- <Dependency type="pkgconfig">python-2.7</Dependency>
- </BuildDependencies>
- </Source>
-
- <Package>
- <Name>python-urlgrabber</Name>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/python*</Path>
- <Path fileType="library">/usr/libexec/urlgrabber-ext-down</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- <RuntimeDependencies>
- <Dependency>python</Dependency>
- </RuntimeDependencies>
- </Package>
-
- <History>
- <Update release="5">
- <Date>03-02-2016</Date>
- <Version>3.10.1</Version>
- <Comment>Package bump</Comment>
- <Name>Justin Zobel</Name>
- <Email>justin@solus-project.com</Email>
- </Update>
-
- <Update release="4">
- <Date>02-06-2016</Date>
- <Version>3.10.1</Version>
- <Comment>Package bump</Comment>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
- </Update>
-
- <Update release="3">
- <Date>08-21-2015</Date>
- <Version>3.10.1</Version>
- <Comment>Update to 3.10.1</Comment>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
- </Update>
-
- <Update release="2">
- <Date>05-26-2013</Date>
- <Version>3.9.1</Version>
- <Comment>Patch to use SSL_VERIFYHOST correctly</Comment>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solusos.com</Email>
- </Update>
-
- <Update release="1">
- <Date>03-19-2013</Date>
- <Version>3.9.1</Version>
- <Comment>Add python-urlgrabber to repositories</Comment>
- <Name>Evolve OS Packaging</Name>
- <Email>packaging@evolve-os.com</Email>
- </Update>
- </History>
-
-</PISI>
\ 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 @@
+<PISI>
+ <Source>
+ <Name>python-urlgrabber</Name>
+ <Homepage>http://urlgrabber.baseurl.org/</Homepage>
+ <Packager>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
+ </Packager>
+ <License>LGPL-2.1-or-later</License>
+ <PartOf>system.base</PartOf>
+ <Summary xml:lang="en">A high-level cross-protocol url-grabber</Summary>
+ <Description xml:lang="en">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!
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-urlgrabber</Name>
+ <Summary xml:lang="en">A high-level cross-protocol url-grabber</Summary>
+ <Description xml:lang="en">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!
+</Description>
+ <PartOf>system.base</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/urlgrabber</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/urlgrabber-3.10.2-py2.7.egg-info</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/urlgrabber/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/urlgrabber/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/urlgrabber/byterange.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/urlgrabber/byterange.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/urlgrabber/grabber.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/urlgrabber/grabber.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/urlgrabber/mirror.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/urlgrabber/mirror.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/urlgrabber/progress.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/urlgrabber/progress.pyc</Path>
+ <Path fileType="executable">/usr/libexec/urlgrabber-ext-down</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="6">
+ <Date>2021-07-23</Date>
+ <Version>3.10.2</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 3:36 PM (3 h, 3 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5841476
Default Alt Text
D11517.diff (7 KB)

Event Timeline