pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-txaio 2.8.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e213b1bbd47
branches:  trunk
changeset: 367826:0e213b1bbd47
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 07 15:15:09 2017 +0000

description:
2.8.2:
fix: no longer install LICENSE file into installation directory (conflicts!)

diffstat:

 devel/py-txaio/Makefile               |   4 ++--
 devel/py-txaio/distinfo               |  11 +++++------
 devel/py-txaio/patches/patch-setup.py |  14 --------------
 3 files changed, 7 insertions(+), 22 deletions(-)

diffs (46 lines):

diff -r c6d0f12d4790 -r 0e213b1bbd47 devel/py-txaio/Makefile
--- a/devel/py-txaio/Makefile   Thu Sep 07 15:09:52 2017 +0000
+++ b/devel/py-txaio/Makefile   Thu Sep 07 15:15:09 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/07/25 10:07:54 adam Exp $
+# $NetBSD: Makefile,v 1.6 2017/09/07 15:15:09 adam Exp $
 
-DISTNAME=      txaio-2.8.1
+DISTNAME=      txaio-2.8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/txaio/}
diff -r c6d0f12d4790 -r 0e213b1bbd47 devel/py-txaio/distinfo
--- a/devel/py-txaio/distinfo   Thu Sep 07 15:09:52 2017 +0000
+++ b/devel/py-txaio/distinfo   Thu Sep 07 15:15:09 2017 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/07/25 10:07:54 adam Exp $
+$NetBSD: distinfo,v 1.6 2017/09/07 15:15:09 adam Exp $
 
-SHA1 (txaio-2.8.1.tar.gz) = 0594b699beec0be648b9a7bfcff81105417ab7f0
-RMD160 (txaio-2.8.1.tar.gz) = 7e986c757dfe2ae29de1ceae7d22d42fd3285f88
-SHA512 (txaio-2.8.1.tar.gz) = 5ea41dbc8fef6dcd04a95c85bd57c4f2fd57f7091667da8a822a0e8bad465f76c2ace574e4ae54f941ad6e169dce6fb28d752831d7a06eb240ef72cc3817a056
-Size (txaio-2.8.1.tar.gz) = 43558 bytes
-SHA1 (patch-setup.py) = 0bb0ba1127990bb10d8da923e094d1a0489fb6e6
+SHA1 (txaio-2.8.2.tar.gz) = 207b884c01ebe25c52c3f6c5168de2598f681d1e
+RMD160 (txaio-2.8.2.tar.gz) = 773e5ef3bbb1f550271ef0140e20aa01e21e288a
+SHA512 (txaio-2.8.2.tar.gz) = 8b60a64ebfa1208995bc42e6ccbc87c4c3cd4687cb431435c6450cff31e5d0dba468c3f3494902e666cb2ee6dea84ded458fd8f1b3b9c25421b440dcd3fc5884
+Size (txaio-2.8.2.tar.gz) = 43670 bytes
diff -r c6d0f12d4790 -r 0e213b1bbd47 devel/py-txaio/patches/patch-setup.py
--- a/devel/py-txaio/patches/patch-setup.py     Thu Sep 07 15:09:52 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$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