Sun Aug 19 08:21:01 2018 UTC ()
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.


(adam)
diff -r1.8 -r1.9 pkgsrc/math/py-roman/Makefile
diff -r1.4 -r1.5 pkgsrc/math/py-roman/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/math/py-roman/Makefile (expand / switch to unified diff)

--- pkgsrc/math/py-roman/Makefile 2017/09/04 18:08:25 1.8
+++ pkgsrc/math/py-roman/Makefile 2018/08/19 08:21:01 1.9
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.8 2017/09/04 18:08:25 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2018/08/19 08:21:01 adam Exp $
2 2
3DISTNAME= roman-2.0.0 3DISTNAME= roman-3.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= math 5CATEGORIES= math python
6MASTER_SITES= ${MASTER_SITE_PYPI:=r/roman/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/roman/}
7EXTRACT_SUFX= .zip 
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://pypi.python.org/pypi/roman/ 9HOMEPAGE= https://github.com/zopefoundation/roman
11COMMENT= Integer to Roman numerals converter for Python 10COMMENT= Integer to Roman numerals converter for Python
12LICENSE= python-software-foundation 11LICENSE= python-software-foundation
13 12
14CONFLICTS+= ${PYPKGPREFIX}-docutils<=0.7 13CONFLICTS+= ${PYPKGPREFIX}-docutils<=0.7
15 14
16USE_LANGUAGES= # none 15USE_LANGUAGES= # none
17 16
18.include "../../lang/python/egg.mk" 17.include "../../lang/python/egg.mk"
19.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/math/py-roman/distinfo (expand / switch to unified diff)

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