summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2019-02-12 13:57:49 +0100
committerAlexis Ballier <aballier@gentoo.org>2019-02-12 14:19:20 +0100
commit27fdf43791edbcbbbf6b762792a3d98efd5aad31 (patch)
tree2704805c3ad9d2292ed5dafacb5a73a85982c1b8 /dev-python/pycapnp/files
parentapp-i18n/man-pages-fr: Drop old (diff)
downloadgentoo-27fdf43791edbcbbbf6b762792a3d98efd5aad31.tar.gz
gentoo-27fdf43791edbcbbbf6b762792a3d98efd5aad31.tar.bz2
gentoo-27fdf43791edbcbbbf6b762792a3d98efd5aad31.zip
dev-python/pycapnp: bump to 0.6.4
Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-python/pycapnp/files')
-rw-r--r--dev-python/pycapnp/files/sdist.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/pycapnp/files/sdist.patch b/dev-python/pycapnp/files/sdist.patch
new file mode 100644
index 000000000000..e4ef16ec5699
--- /dev/null
+++ b/dev-python/pycapnp/files/sdist.patch
@@ -0,0 +1,13 @@
+Index: pycapnp-0.6.4/setup.py
+===================================================================
+--- pycapnp-0.6.4.orig/setup.py
++++ pycapnp-0.6.4/setup.py
+@@ -49,7 +49,7 @@ try:
+ changelog = '\nChangelog\n=============\n' + changelog
+ long_description += changelog
+ except (IOError, ImportError):
+- if sys.argv[2] == 'sdist':
++ if len(sys.argv) > 2 and sys.argv[2] == 'sdist':
+ raise
+ long_description = ''
+