pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-parse_type



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb 14 18:29:33 UTC 2023

Modified Files:
        pkgsrc/textproc/py-parse_type: Makefile distinfo
Removed Files:
        pkgsrc/textproc/py-parse_type/patches: patch-setup.py

Log Message:
py-parse_type: updated to 0.6.0

Version: 0.6.0

FIXED:
+ setup.py: Remove use of "use_2to3"


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-parse_type/Makefile \
    pkgsrc/textproc/py-parse_type/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/py-parse_type/patches/patch-setup.py

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

Modified files:

Index: pkgsrc/textproc/py-parse_type/Makefile
diff -u pkgsrc/textproc/py-parse_type/Makefile:1.5 pkgsrc/textproc/py-parse_type/Makefile:1.6
--- pkgsrc/textproc/py-parse_type/Makefile:1.5  Tue Jan  4 20:55:01 2022
+++ pkgsrc/textproc/py-parse_type/Makefile      Tue Feb 14 18:29:33 2023
@@ -1,20 +1,16 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:01 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/02/14 18:29:33 adam Exp $
 
-DISTNAME=      parse_type-0.5.6
+DISTNAME=      parse_type-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
-#MASTER_SITES= ${MASTER_SITE_PYPI:=p/parse_type/}
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=jenisys/}
-GITHUB_PROJECT=        parse_type
-GITHUB_TAG=    v${PKGVERSION_NOREV}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/parse_type/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/jenisys/parse_type
 COMMENT=       Simplifies to build parse types based on the parse module
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-parse>=1.8.4:../../textproc/py-parse
+DEPENDS+=      ${PYPKGPREFIX}-parse>=1.18.0:../../textproc/py-parse
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.11:../../lang/py-six
 
 USE_LANGUAGES= # none
Index: pkgsrc/textproc/py-parse_type/distinfo
diff -u pkgsrc/textproc/py-parse_type/distinfo:1.5 pkgsrc/textproc/py-parse_type/distinfo:1.6
--- pkgsrc/textproc/py-parse_type/distinfo:1.5  Mon Dec  6 15:17:56 2021
+++ pkgsrc/textproc/py-parse_type/distinfo      Tue Feb 14 18:29:33 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/12/06 15:17:56 wiz Exp $
+$NetBSD: distinfo,v 1.6 2023/02/14 18:29:33 adam Exp $
 
-BLAKE2s (parse_type-0.5.6.tar.gz) = 8930602244184c391668b5f797d6034e7f33d2abdc656ea60783e759b9850a63
-SHA512 (parse_type-0.5.6.tar.gz) = 6729af4383baceea48cf0bbd73e7e3f580cfbb867965814ba354ea5de6794583782c929557f6f1c7f8bd45703a69b2f890455cfd749690f851f1853562da0c40
-Size (parse_type-0.5.6.tar.gz) = 270970 bytes
-SHA1 (patch-setup.py) = d42f50aa828c5e4416257290fcdd8828fb9bcc7b
+BLAKE2s (parse_type-0.6.0.tar.gz) = 32a0aca82e353eb5a5f53d692e23804a3be86f000abcbfca798b886dac1d4e87
+SHA512 (parse_type-0.6.0.tar.gz) = bc0c20d485996761831c37f3be08639a67c145a87367f8b05bc3f3b67bed61888cb3318d060aa4ce068f9318f4a803311fbf20436df05f79433dcc8600881955
+Size (parse_type-0.6.0.tar.gz) = 272751 bytes



Home | Main Index | Thread Index | Old Index