pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-roman



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Aug 19 08:21:01 UTC 2018

Modified Files:
        pkgsrc/math/py-roman: Makefile distinfo

Log Message:
py-roman: updated to 3.0

3.0:
Added support for Python 3.5, 3.6 and PyPy3.
Dropped support for Python 2.6 and 3.3.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/py-roman/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-roman/distinfo

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

Modified files:

Index: pkgsrc/math/py-roman/Makefile
diff -u pkgsrc/math/py-roman/Makefile:1.8 pkgsrc/math/py-roman/Makefile:1.9
--- pkgsrc/math/py-roman/Makefile:1.8   Mon Sep  4 18:08:25 2017
+++ pkgsrc/math/py-roman/Makefile       Sun Aug 19 08:21:01 2018
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.8 2017/09/04 18:08:25 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/08/19 08:21:01 adam Exp $
 
-DISTNAME=      roman-2.0.0
+DISTNAME=      roman-3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    math
+CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/roman/}
-EXTRACT_SUFX=  .zip
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/roman/
+HOMEPAGE=      https://github.com/zopefoundation/roman
 COMMENT=       Integer to Roman numerals converter for Python
 LICENSE=       python-software-foundation
 

Index: pkgsrc/math/py-roman/distinfo
diff -u pkgsrc/math/py-roman/distinfo:1.4 pkgsrc/math/py-roman/distinfo:1.5
--- pkgsrc/math/py-roman/distinfo:1.4   Tue Nov  3 23:33:43 2015
+++ pkgsrc/math/py-roman/distinfo       Sun Aug 19 08:21:01 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 23:33:43 agc Exp $
+$NetBSD: distinfo,v 1.5 2018/08/19 08:21:01 adam Exp $
 
-SHA1 (roman-2.0.0.zip) = 7fd136f80cf780bbf802ffe1c4989a64ff469c75
-RMD160 (roman-2.0.0.zip) = a8ca66d5fafd340986a45332d861d6bae259fe1e
-SHA512 (roman-2.0.0.zip) = d62a95e835232821dbf7a81d0c6b7df63f18c4116cfc7eee0c691a0b31d3d7b69d2dc2e4ea26e0a169a8e24bf080e8bb1e195b853be4adf1491335a5b4d5702c
-Size (roman-2.0.0.zip) = 7590 bytes
+SHA1 (roman-3.0.tar.gz) = 0931194a8935522727710007fb79d5b9a403cc9b
+RMD160 (roman-3.0.tar.gz) = 39d72b580e07e5c49bdf3a7db9efe987f3ff8d60
+SHA512 (roman-3.0.tar.gz) = 468a4ac7188cdf3155698f260de5ecc5bb2072c120c79d046618ac07b6de6f777cfc69661f2e0df4ca66359bb20169d22599b3f342edaa48f8575bdc17b40c08
+Size (roman-3.0.tar.gz) = 5184 bytes



Home | Main Index | Thread Index | Old Index