pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-altgraph



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Mar 15 22:55:54 UTC 2020

Modified Files:
        pkgsrc/graphics/py-altgraph: Makefile distinfo

Log Message:
py-altgraph: updated to 0.17

0.17
Explicitly mark Python 3.8 as supported in wheel metadata.
Migrate from Bitbucket to GitHub
Run black on the entire repository


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/py-altgraph/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/py-altgraph/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-altgraph/Makefile
diff -u pkgsrc/graphics/py-altgraph/Makefile:1.8 pkgsrc/graphics/py-altgraph/Makefile:1.9
--- pkgsrc/graphics/py-altgraph/Makefile:1.8    Tue Aug  7 06:18:53 2018
+++ pkgsrc/graphics/py-altgraph/Makefile        Sun Mar 15 22:55:54 2020
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.8 2018/08/07 06:18:53 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/03/15 22:55:54 adam Exp $
 
-DISTNAME=      altgraph-0.16.1
+DISTNAME=      altgraph-0.17
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    graphics net python
+CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/altgraph/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://packages.python.org/altgraph
+HOMEPAGE=      https://altgraph.readthedocs.io/
 COMMENT=       Graph (network) package for constructing graphs
 LICENSE=       mit
 

Index: pkgsrc/graphics/py-altgraph/distinfo
diff -u pkgsrc/graphics/py-altgraph/distinfo:1.6 pkgsrc/graphics/py-altgraph/distinfo:1.7
--- pkgsrc/graphics/py-altgraph/distinfo:1.6    Tue Aug  7 06:18:53 2018
+++ pkgsrc/graphics/py-altgraph/distinfo        Sun Mar 15 22:55:54 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/08/07 06:18:53 adam Exp $
+$NetBSD: distinfo,v 1.7 2020/03/15 22:55:54 adam Exp $
 
-SHA1 (altgraph-0.16.1.tar.gz) = d12e0e379ce746ec6edcd96ac2f726b644a67686
-RMD160 (altgraph-0.16.1.tar.gz) = df1ca2f94e633023bb41da7a7de9d4e3d4d9c71b
-SHA512 (altgraph-0.16.1.tar.gz) = 9c605a9f84d262fe2c83244091203d89491de0b3043e3c14a356e2c0e6e16a8b943a660c1dde9397b5ff9d2342a4e81aabee61e7833cb0eaa6188410408463be
-Size (altgraph-0.16.1.tar.gz) = 499316 bytes
+SHA1 (altgraph-0.17.tar.gz) = 8229b0fd463ff107e08e313d25a08c96b01fb635
+RMD160 (altgraph-0.17.tar.gz) = 01f1feb3a846dcc669e5329fc7cb15f41b0a3405
+SHA512 (altgraph-0.17.tar.gz) = 1f6c17f4539bc0793c24bce22dabb597aef4ad0269f755ada8a7fb472d67fe1ea8f7fc510e2f1540c28bc2717ddbd2465be7a7d5703ac285be347ed670cb1dd7
+Size (altgraph-0.17.tar.gz) = 534109 bytes



Home | Main Index | Thread Index | Old Index