pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-orderedmultidict No ChangeLog, though tes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67578bba3976
branches:  trunk
changeset: 649109:67578bba3976
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Wed Apr 01 02:05:51 2015 +0000

description:
No ChangeLog, though tests seem to be py3x-compatible now. Depends on py-
six>=1.8.0. Remove executable permission from files in ${EGG_INFODIR} in
post-install.

diffstat:

 databases/py-orderedmultidict/Makefile |  9 +++++++--
 databases/py-orderedmultidict/PLIST    |  3 ++-
 databases/py-orderedmultidict/distinfo |  8 ++++----
 3 files changed, 13 insertions(+), 7 deletions(-)

diffs (51 lines):

diff -r ade1d6c71912 -r 67578bba3976 databases/py-orderedmultidict/Makefile
--- a/databases/py-orderedmultidict/Makefile    Wed Apr 01 01:54:19 2015 +0000
+++ b/databases/py-orderedmultidict/Makefile    Wed Apr 01 02:05:51 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2014/08/13 22:41:21 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2015/04/01 02:05:51 rodent Exp $
 
-DISTNAME=      orderedmultidict-0.7.3
+DISTNAME=      orderedmultidict-0.7.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  https://pypi.python.org/packages/source/o/orderedmultidict/
@@ -10,9 +10,14 @@
 COMMENT=       Ordered Multivalue Dictionary - omdict
 LICENSE=       unlicense
 
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.8.0:../../lang/py-six
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  26
 
+post-install:
+       chmod -x ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ade1d6c71912 -r 67578bba3976 databases/py-orderedmultidict/PLIST
--- a/databases/py-orderedmultidict/PLIST       Wed Apr 01 01:54:19 2015 +0000
+++ b/databases/py-orderedmultidict/PLIST       Wed Apr 01 02:05:51 2015 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2014/07/05 19:28:06 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/04/01 02:05:51 rodent Exp $
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff -r ade1d6c71912 -r 67578bba3976 databases/py-orderedmultidict/distinfo
--- a/databases/py-orderedmultidict/distinfo    Wed Apr 01 01:54:19 2015 +0000
+++ b/databases/py-orderedmultidict/distinfo    Wed Apr 01 02:05:51 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/07/05 23:22:16 rodent Exp $
+$NetBSD: distinfo,v 1.3 2015/04/01 02:05:51 rodent Exp $
 
-SHA1 (orderedmultidict-0.7.3.tar.gz) = c9e3d1f14a1effc6bb9e0102693301a78bd14f03
-RMD160 (orderedmultidict-0.7.3.tar.gz) = 0e029dec40a937629b979966aa3aa6a08ddeaccb
-Size (orderedmultidict-0.7.3.tar.gz) = 14473 bytes
+SHA1 (orderedmultidict-0.7.4.tar.gz) = 5581e13c9873da74615ca717157e1cdbcdb71e10
+RMD160 (orderedmultidict-0.7.4.tar.gz) = 0d4bd70e4fdef144a5453880437bdc5b52df8912
+Size (orderedmultidict-0.7.4.tar.gz) = 14949 bytes



Home | Main Index | Thread Index | Old Index