diff options
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 |
commit | 531d5ba42e3a3fbe4d8a91fed28bd398f4b43fc3 (patch) | |
tree | f1c349298c091b72d76b248d13cf4fc201fc5e2f /python/pkginfo/setup.patch | |
parent | c72255fa9969cc95996fc6f37de6966f5140c075 (diff) |
python/pkginfo: Updated for version 1.4.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pkginfo/setup.patch')
-rw-r--r-- | python/pkginfo/setup.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/pkginfo/setup.patch b/python/pkginfo/setup.patch new file mode 100644 index 0000000000000..1c0a281ae6173 --- /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', |