pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-astor



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul  6 08:09:50 UTC 2018

Modified Files:
        pkgsrc/devel/py-astor: Makefile PLIST distinfo

Log Message:
py-astor: updated to 0.7.1

0.7.1:
Fix installation error introduced in 0.7.0

0.7:
Add Python 3.7 to classifiers


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-astor/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-astor/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-astor/distinfo

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-astor/Makefile
diff -u pkgsrc/devel/py-astor/Makefile:1.8 pkgsrc/devel/py-astor/Makefile:1.9
--- pkgsrc/devel/py-astor/Makefile:1.8  Thu Nov 23 10:29:03 2017
+++ pkgsrc/devel/py-astor/Makefile      Fri Jul  6 08:09:50 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/11/23 10:29:03 adam Exp $
+# $NetBSD: Makefile,v 1.9 2018/07/06 08:09:50 adam Exp $
 
-DISTNAME=      astor-0.6.2
+DISTNAME=      astor-0.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astor/}

Index: pkgsrc/devel/py-astor/PLIST
diff -u pkgsrc/devel/py-astor/PLIST:1.3 pkgsrc/devel/py-astor/PLIST:1.4
--- pkgsrc/devel/py-astor/PLIST:1.3     Thu Nov 23 10:29:03 2017
+++ pkgsrc/devel/py-astor/PLIST Fri Jul  6 08:09:50 2018
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2017/11/23 10:29:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/07/06 08:09:50 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
 ${PYSITELIB}/astor/__init__.py
 ${PYSITELIB}/astor/__init__.pyc
 ${PYSITELIB}/astor/__init__.pyo
@@ -33,6 +34,3 @@ ${PYSITELIB}/astor/string_repr.pyo
 ${PYSITELIB}/astor/tree_walk.py
 ${PYSITELIB}/astor/tree_walk.pyc
 ${PYSITELIB}/astor/tree_walk.pyo
-${PYSITELIB}/setuputils.py
-${PYSITELIB}/setuputils.pyc
-${PYSITELIB}/setuputils.pyo

Index: pkgsrc/devel/py-astor/distinfo
diff -u pkgsrc/devel/py-astor/distinfo:1.7 pkgsrc/devel/py-astor/distinfo:1.8
--- pkgsrc/devel/py-astor/distinfo:1.7  Thu Nov 23 10:29:03 2017
+++ pkgsrc/devel/py-astor/distinfo      Fri Jul  6 08:09:50 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/11/23 10:29:03 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/07/06 08:09:50 adam Exp $
 
-SHA1 (astor-0.6.2.tar.gz) = cce1bf23ddfb36620ac3518b2d6a7758da248adc
-RMD160 (astor-0.6.2.tar.gz) = 17d3fc5ae1752bfa414cf6a1bc98d7c5f2d20c98
-SHA512 (astor-0.6.2.tar.gz) = a6df0e65f429025caa0fbdd95f119fff94867709c10ade99fdc681a9886e916b67411384bf6ca37ceea478c65add5dc0a74585e17aafc706c8f0363e3c8585a4
-Size (astor-0.6.2.tar.gz) = 29494 bytes
+SHA1 (astor-0.7.1.tar.gz) = 19f3a07d02f44b08dc0748395f79afef28f2e561
+RMD160 (astor-0.7.1.tar.gz) = c00e731d5db77b91acf9a550171f69b17e440734
+SHA512 (astor-0.7.1.tar.gz) = c52fa0b8ec5003c04d978c23361d423283a43be2c027d8d39ce1c45528dbbedb98b2a269ce97152bd9a4c942d95a6ec55720757b7811df4f34bb6744e2fff781
+Size (astor-0.7.1.tar.gz) = 30633 bytes



Home | Main Index | Thread Index | Old Index