summaryrefslogtreecommitdiffstats
path: root/python/pkginfo/setup.patch
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-11-05 05:47:11 +0200
committer David Spencer <idlemoor@slackbuilds.org>2016-11-11 20:36:30 +0000
commit531d5ba42e3a3fbe4d8a91fed28bd398f4b43fc3 (patch)
treef1c349298c091b72d76b248d13cf4fc201fc5e2f /python/pkginfo/setup.patch
parentc72255fa9969cc95996fc6f37de6966f5140c075 (diff)
downloadslackbuilds-531d5ba42e3a3fbe4d8a91fed28bd398f4b43fc3.tar.gz
slackbuilds-531d5ba42e3a3fbe4d8a91fed28bd398f4b43fc3.tar.xz
python/pkginfo: Updated for version 1.4.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to '')
-rw-r--r--python/pkginfo/setup.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/pkginfo/setup.patch b/python/pkginfo/setup.patch
new file mode 100644
index 0000000000..1c0a281ae6
--- /dev/null
+++ b/python/pkginfo/setup.patch
@@ -0,0 +1,19 @@
+--- pkginfo-1.4.0/setup.orig.py 2016-11-05 05:43:07.149052800 +0200
++++ pkginfo-1.4.0/setup.py 2016-11-05 05:43:34.139715370 +0200
+@@ -16,14 +16,14 @@
+
+ here = os.path.abspath(os.path.dirname(__file__))
+ README = open(os.path.join(here, 'README.txt')).read()
+-CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
++# CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
+
+ setup(
+ name='pkginfo',
+ version='1.4.0',
+ description='Query metadatdata from sdists / bdists / installed packages.',
+ platforms=['Unix', 'Windows'],
+- long_description='\n\n'.join([README, CHANGES]),
++ long_description='\n\n'.join([README]),
+ keywords='distribution sdist installed metadata',
+ url='https://code.launchpad.net/~tseaver/pkginfo/trunk',
+ author='Tres Seaver, Agendaless Consulting',