pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-txaio
Module Name: pkgsrc
Committed By: adam
Date: Sat Apr 8 21:40:54 UTC 2017
Modified Files:
pkgsrc/devel/py-txaio: Makefile PLIST distinfo
Added Files:
pkgsrc/devel/py-txaio/patches: patch-setup.py
Log Message:
Changes 2.6.2:
Bug fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-txaio/Makefile \
pkgsrc/devel/py-txaio/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-txaio/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-txaio/patches/patch-setup.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-txaio/Makefile
diff -u pkgsrc/devel/py-txaio/Makefile:1.2 pkgsrc/devel/py-txaio/Makefile:1.3
--- pkgsrc/devel/py-txaio/Makefile:1.2 Sat Feb 25 11:03:58 2017
+++ pkgsrc/devel/py-txaio/Makefile Sat Apr 8 21:40:54 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/02/25 11:03:58 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/04/08 21:40:54 adam Exp $
-DISTNAME= txaio-2.6.1
+DISTNAME= txaio-2.6.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/txaio/}
Index: pkgsrc/devel/py-txaio/distinfo
diff -u pkgsrc/devel/py-txaio/distinfo:1.2 pkgsrc/devel/py-txaio/distinfo:1.3
--- pkgsrc/devel/py-txaio/distinfo:1.2 Sat Feb 25 11:03:58 2017
+++ pkgsrc/devel/py-txaio/distinfo Sat Apr 8 21:40:54 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2017/02/25 11:03:58 wiz Exp $
+$NetBSD: distinfo,v 1.3 2017/04/08 21:40:54 adam Exp $
-SHA1 (txaio-2.6.1.tar.gz) = 791d5ce2f4f0ab7188881c5eb7aedcb763b3afd1
-RMD160 (txaio-2.6.1.tar.gz) = 3d7e6e471690d4b88f0109219293434c0db98ba3
-SHA512 (txaio-2.6.1.tar.gz) = e3359814725493c2d03eb19ac0d71bc6c7c7fafad161bae98c9ce0ab598c2d886ef36eea09d75d61312b542e5119e71c3bca5ffcb0969c6218802d1937da1e9c
-Size (txaio-2.6.1.tar.gz) = 40563 bytes
+SHA1 (txaio-2.6.2.tar.gz) = e0cf816bf9c69d2eaf03456276b32da49f2ba851
+RMD160 (txaio-2.6.2.tar.gz) = 0774a8ba351084e080e43fb3ea57373cdfa4e57c
+SHA512 (txaio-2.6.2.tar.gz) = e7bbc78dac1d8ee525e4db7439d6085af92cdf219a2ff522ab731ac8654d8e2584ca6d185c814b1ed77d1c21c61aac1f3085b38c7b92b2424cbb3aa240879533
+Size (txaio-2.6.2.tar.gz) = 40812 bytes
+SHA1 (patch-setup.py) = 0bb0ba1127990bb10d8da923e094d1a0489fb6e6
Index: pkgsrc/devel/py-txaio/PLIST
diff -u pkgsrc/devel/py-txaio/PLIST:1.1 pkgsrc/devel/py-txaio/PLIST:1.2
--- pkgsrc/devel/py-txaio/PLIST:1.1 Wed Feb 22 13:14:02 2017
+++ pkgsrc/devel/py-txaio/PLIST Sat Apr 8 21:40:54 2017
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2017/02/22 13:14:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/04/08 21:40:54 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
${PYSITELIB}/txaio/__init__.py
${PYSITELIB}/txaio/__init__.pyc
${PYSITELIB}/txaio/__init__.pyo
Added files:
Index: pkgsrc/devel/py-txaio/patches/patch-setup.py
diff -u /dev/null pkgsrc/devel/py-txaio/patches/patch-setup.py:1.1
--- /dev/null Sat Apr 8 21:40:54 2017
+++ pkgsrc/devel/py-txaio/patches/patch-setup.py Sat Apr 8 21:40:54 2017
@@ -0,0 +1,14 @@
+$NetBSD: patch-setup.py,v 1.1 2017/04/08 21:40:54 adam Exp $
+
+Do not install LICENSE, especially not into PREFIX.
+
+--- setup.py.orig 2017-04-08 21:35:17.000000000 +0000
++++ setup.py
+@@ -112,7 +112,6 @@ setup(
+
+ # in addition, the following will make the specified files go
+ # into source _and_ bdist distributions!
+- data_files=[('.', ['LICENSE'])],
+
+ # this package does not access its own source code or data files
+ # as normal operating system files
Home |
Main Index |
Thread Index |
Old Index