diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-04 20:53:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-04 20:53:26 +0000 |
commit | c7c6245bef7e5ca621e710024a67808158545477 (patch) | |
tree | 70fec9485159e1f0e70662b07abe452c242b9727 /textproc | |
parent | b7c7bb0e06284e1a639779f9c2e2046ec4638152 (diff) | |
download | pkgsrc-c7c6245bef7e5ca621e710024a67808158545477.tar.gz |
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Diffstat (limited to 'textproc')
170 files changed, 340 insertions, 185 deletions
diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile index b4f0ab1ba0a..7034115b49e 100644 --- a/textproc/coccigrep/Makefile +++ b/textproc/coccigrep/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2020/12/04 20:45:44 nia Exp $ +# $NetBSD: Makefile,v 1.18 2022/01/04 20:54:50 wiz Exp $ DISTNAME= coccigrep-1.16 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=regit/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/csvkit/Makefile b/textproc/csvkit/Makefile index d9c7ff39985..3a9d788d78c 100644 --- a/textproc/csvkit/Makefile +++ b/textproc/csvkit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2021/12/16 13:02:40 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2022/01/04 20:54:50 wiz Exp $ DISTNAME= csvkit-0.9.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=wireservice/} GITHUB_TAG= ${PKGVERSION_NOREV} diff --git a/textproc/csvtomd/Makefile b/textproc/csvtomd/Makefile index 5d7385cd219..ed372c334a1 100644 --- a/textproc/csvtomd/Makefile +++ b/textproc/csvtomd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2020/12/04 20:45:44 nia Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/04 20:54:50 wiz Exp $ DISTNAME= csvtomd-0.1.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=mplewis/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/dblatex/Makefile b/textproc/dblatex/Makefile index 2ca4f2511d6..576b63c6b15 100644 --- a/textproc/dblatex/Makefile +++ b/textproc/dblatex/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2020/12/04 20:45:44 nia Exp $ +# $NetBSD: Makefile,v 1.41 2022/01/04 20:54:51 wiz Exp $ DISTNAME= dblatex-0.3.10 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dblatex/} EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/kapidox/Makefile b/textproc/kapidox/Makefile index 3d9e9c2bb95..5bbfc123c00 100644 --- a/textproc/kapidox/Makefile +++ b/textproc/kapidox/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2021/03/30 10:58:28 markd Exp $ +# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:51 wiz Exp $ DISTNAME= kapidox-${KF5VER} +PKGREVISION= 1 CATEGORIES= textproc HOMEPAGE= https://community.kde.org/Frameworks diff --git a/textproc/py-ICU/Makefile b/textproc/py-ICU/Makefile index 8a69518ee93..83ca463ae10 100644 --- a/textproc/py-ICU/Makefile +++ b/textproc/py-ICU/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2021/12/10 18:20:06 adam Exp $ +# $NetBSD: Makefile,v 1.20 2022/01/04 20:54:51 wiz Exp $ DISTNAME= PyICU-2.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyICU/ICU/} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyICU/} diff --git a/textproc/py-JWT/Makefile b/textproc/py-JWT/Makefile index e11a142c51e..4872fe536e4 100644 --- a/textproc/py-JWT/Makefile +++ b/textproc/py-JWT/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2021/10/21 11:38:14 adam Exp $ +# $NetBSD: Makefile,v 1.18 2022/01/04 20:54:51 wiz Exp $ DISTNAME= PyJWT-2.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyJWT/} diff --git a/textproc/py-Levenshtein/Makefile b/textproc/py-Levenshtein/Makefile index 9019e67ac65..5ca16c5601c 100644 --- a/textproc/py-Levenshtein/Makefile +++ b/textproc/py-Levenshtein/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2021/02/03 01:09:31 gutteridge Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:51 wiz Exp $ DISTNAME= python-Levenshtein-0.12.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-Levenshtein/} diff --git a/textproc/py-Tempita/Makefile b/textproc/py-Tempita/Makefile index f16d36577f5..a3a05112afa 100644 --- a/textproc/py-Tempita/Makefile +++ b/textproc/py-Tempita/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2021/12/06 14:56:43 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:51 wiz Exp $ DISTNAME= Tempita-0.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=T/Tempita/} diff --git a/textproc/py-Unidecode/Makefile b/textproc/py-Unidecode/Makefile index 016a078e01b..7ba37093ff3 100644 --- a/textproc/py-Unidecode/Makefile +++ b/textproc/py-Unidecode/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2021/02/05 19:28:06 adam Exp $ +# $NetBSD: Makefile,v 1.13 2022/01/04 20:54:51 wiz Exp $ DISTNAME= Unidecode-1.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=U/Unidecode/} diff --git a/textproc/py-Whoosh/Makefile b/textproc/py-Whoosh/Makefile index 5008607750e..27cedebad3d 100644 --- a/textproc/py-Whoosh/Makefile +++ b/textproc/py-Whoosh/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2020/05/17 21:38:46 adam Exp $ +# $NetBSD: Makefile,v 1.15 2022/01/04 20:54:51 wiz Exp $ DISTNAME= Whoosh-2.7.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=W/Whoosh/} diff --git a/textproc/py-acora/Makefile b/textproc/py-acora/Makefile index 5dbc40ac50a..74c04b029d7 100644 --- a/textproc/py-acora/Makefile +++ b/textproc/py-acora/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2021/08/24 10:59:52 nia Exp $ +# $NetBSD: Makefile,v 1.10 2022/01/04 20:54:51 wiz Exp $ DISTNAME= acora-2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=a/acora/} diff --git a/textproc/py-alabaster/Makefile b/textproc/py-alabaster/Makefile index c7b13675180..635d99c9b6e 100644 --- a/textproc/py-alabaster/Makefile +++ b/textproc/py-alabaster/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2021/04/06 15:03:32 adam Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/04 20:54:52 wiz Exp $ DISTNAME= alabaster-0.7.12 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=a/alabaster/} diff --git a/textproc/py-antlr4/Makefile b/textproc/py-antlr4/Makefile index b376d416dfa..42f1547e391 100644 --- a/textproc/py-antlr4/Makefile +++ b/textproc/py-antlr4/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2020/01/26 17:32:16 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:52 wiz Exp $ DISTNAME= antlr4-python3-runtime-4.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python3-runtime//1} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=a/antlr4-python3-runtime/} diff --git a/textproc/py-anyjson/Makefile b/textproc/py-anyjson/Makefile index 7d8e162b710..17c70d12e3f 100644 --- a/textproc/py-anyjson/Makefile +++ b/textproc/py-anyjson/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2021/12/06 14:59:35 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/04 20:54:52 wiz Exp $ DISTNAME= anyjson-0.3.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PYPI:=a/anyjson/} diff --git a/textproc/py-babelfish/Makefile b/textproc/py-babelfish/Makefile index 125feb7187a..1726eab3dae 100644 --- a/textproc/py-babelfish/Makefile +++ b/textproc/py-babelfish/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2021/08/25 19:00:06 adam Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:52 wiz Exp $ DISTNAME= babelfish-0.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=b/babelfish/} diff --git a/textproc/py-biplist/Makefile b/textproc/py-biplist/Makefile index 94df26f3c43..d98c68e5ffb 100644 --- a/textproc/py-biplist/Makefile +++ b/textproc/py-biplist/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2021/11/24 11:33:10 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2022/01/04 20:54:52 wiz Exp $ DISTNAME= biplist-1.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=b/biplist/} diff --git a/textproc/py-black/Makefile b/textproc/py-black/Makefile index 64b00dcf152..2cca1b08f54 100644 --- a/textproc/py-black/Makefile +++ b/textproc/py-black/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2020/09/28 23:55:26 khorben Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/04 20:54:52 wiz Exp $ DISTNAME= black-20.8b1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc devel python MASTER_SITES= ${MASTER_SITE_PYPI:=b/black/} diff --git a/textproc/py-bracex/Makefile b/textproc/py-bracex/Makefile index 5c0a97c58ba..b58c39faf05 100644 --- a/textproc/py-bracex/Makefile +++ b/textproc/py-bracex/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2021/05/28 04:22:58 adam Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/04 20:54:52 wiz Exp $ DISTNAME= bracex-2.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=b/bracex/} diff --git a/textproc/py-color/Makefile b/textproc/py-color/Makefile index fa178672692..eadbfcbc20b 100644 --- a/textproc/py-color/Makefile +++ b/textproc/py-color/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:19 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2022/01/04 20:54:52 wiz Exp $ DISTNAME= color-0.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= python textproc MASTER_SITES= ${MASTER_SITE_PYPI:=c/color/} diff --git a/textproc/py-colored/Makefile b/textproc/py-colored/Makefile index 6e6326343a1..c2a3a7e1a67 100644 --- a/textproc/py-colored/Makefile +++ b/textproc/py-colored/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2021/10/25 16:51:47 adam Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/04 20:54:52 wiz Exp $ DISTNAME= colored-1.4.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=c/colored/} diff --git a/textproc/py-colour/Makefile b/textproc/py-colour/Makefile index a779ee79baf..503f9715e38 100644 --- a/textproc/py-colour/Makefile +++ b/textproc/py-colour/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2017/11/24 12:46:42 adam Exp $ +# $NetBSD: Makefile,v 1.9 2022/01/04 20:54:53 wiz Exp $ DISTNAME= colour-0.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=c/colour/} diff --git a/textproc/py-commonmark/Makefile b/textproc/py-commonmark/Makefile index fc1cb774396..ba9781aa6a2 100644 --- a/textproc/py-commonmark/Makefile +++ b/textproc/py-commonmark/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2020/09/11 08:16:18 adam Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:53 wiz Exp $ DISTNAME= commonmark-0.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=c/commonmark/} diff --git a/textproc/py-creole/Makefile b/textproc/py-creole/Makefile index 49c8996256f..f079769b1f0 100644 --- a/textproc/py-creole/Makefile +++ b/textproc/py-creole/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2021/11/24 11:34:08 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2022/01/04 20:54:53 wiz Exp $ DISTNAME= python-creole-1.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^python-//} +PKGREVISION= 1 CATEGORIES= textproc www python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-creole/} diff --git a/textproc/py-css-parser/Makefile b/textproc/py-css-parser/Makefile index 0f56173d72e..fe11e6a6956 100644 --- a/textproc/py-css-parser/Makefile +++ b/textproc/py-css-parser/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2020/11/12 11:03:07 adam Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:53 wiz Exp $ DISTNAME= css-parser-1.0.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=c/css-parser/} diff --git a/textproc/py-cssselect/Makefile b/textproc/py-cssselect/Makefile index 2712b0c263a..96743688187 100644 --- a/textproc/py-cssselect/Makefile +++ b/textproc/py-cssselect/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2019/08/12 20:00:45 adam Exp $ +# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:53 wiz Exp $ DISTNAME= cssselect-1.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cssselect/} diff --git a/textproc/py-cssselect2/Makefile b/textproc/py-cssselect2/Makefile index 38c4c3c2d9b..767ea9603f0 100644 --- a/textproc/py-cssselect2/Makefile +++ b/textproc/py-cssselect2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2021/04/28 08:52:17 adam Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/04 20:54:53 wiz Exp $ DISTNAME= cssselect2-0.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cssselect2/} diff --git a/textproc/py-cssutils/Makefile b/textproc/py-cssutils/Makefile index 56ae26ba0f3..bfd36598187 100644 --- a/textproc/py-cssutils/Makefile +++ b/textproc/py-cssutils/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2017/04/14 13:06:49 leot Exp $ +# $NetBSD: Makefile,v 1.13 2022/01/04 20:54:53 wiz Exp $ DISTNAME= cssutils-1.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cssutils/} diff --git a/textproc/py-deepdiff/Makefile b/textproc/py-deepdiff/Makefile index 1fa13ed65d6..3393a2587d7 100644 --- a/textproc/py-deepdiff/Makefile +++ b/textproc/py-deepdiff/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2021/07/09 19:07:45 adam Exp $ +# $NetBSD: Makefile,v 1.10 2022/01/04 20:54:53 wiz Exp $ DISTNAME= deepdiff-5.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=d/deepdiff/} diff --git a/textproc/py-defusedxml/Makefile b/textproc/py-defusedxml/Makefile index 7977ba7b1ae..196b22cff32 100644 --- a/textproc/py-defusedxml/Makefile +++ b/textproc/py-defusedxml/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2021/03/09 05:59:33 adam Exp $ +# $NetBSD: Makefile,v 1.9 2022/01/04 20:54:54 wiz Exp $ DISTNAME= defusedxml-0.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= python textproc MASTER_SITES= ${MASTER_SITE_PYPI:=d/defusedxml/} diff --git a/textproc/py-demjson/Makefile b/textproc/py-demjson/Makefile index a38d6bd5ce6..f00a6049099 100644 --- a/textproc/py-demjson/Makefile +++ b/textproc/py-demjson/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2021/12/06 15:03:50 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:54 wiz Exp $ DISTNAME= demjson-2.2.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=d/demjson/} diff --git a/textproc/py-diff-match-patch/Makefile b/textproc/py-diff-match-patch/Makefile index b31bc4c8bb3..8ba06fc374f 100644 --- a/textproc/py-diff-match-patch/Makefile +++ b/textproc/py-diff-match-patch/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2020/08/31 23:07:06 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:54 wiz Exp $ DISTNAME= diff-match-patch-20200713 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=d/diff-match-patch/} diff --git a/textproc/py-docutils/Makefile b/textproc/py-docutils/Makefile index cef00e003f9..5e4b079c9df 100644 --- a/textproc/py-docutils/Makefile +++ b/textproc/py-docutils/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.56 2021/12/13 09:28:34 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2022/01/04 20:54:54 wiz Exp $ DISTNAME= docutils-0.17.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=d/docutils/} diff --git a/textproc/py-docx/Makefile b/textproc/py-docx/Makefile index a809e148723..cbaa6f4f84f 100644 --- a/textproc/py-docx/Makefile +++ b/textproc/py-docx/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2021/11/01 18:58:33 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:54 wiz Exp $ DISTNAME= python-docx-0.8.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-docx/} diff --git a/textproc/py-dominate/Makefile b/textproc/py-dominate/Makefile index 60f79944fdc..c0504fb85bb 100644 --- a/textproc/py-dominate/Makefile +++ b/textproc/py-dominate/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2021/02/16 20:52:35 adam Exp $ +# $NetBSD: Makefile,v 1.6 2022/01/04 20:54:54 wiz Exp $ DISTNAME= dominate-2.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=d/dominate/} diff --git a/textproc/py-ejson/Makefile b/textproc/py-ejson/Makefile index 2d83881e019..8046d87f887 100644 --- a/textproc/py-ejson/Makefile +++ b/textproc/py-ejson/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:19 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:54 wiz Exp $ DISTNAME= ejson-0.1.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= python textproc MASTER_SITES= ${MASTER_SITE_PYPI:=e/ejson/} DIST_SUBDIR= ${PKGBASE:S/${PYPKGPREFIX}/py/1} diff --git a/textproc/py-elementpath/Makefile b/textproc/py-elementpath/Makefile index 80c388723a9..5ffcb092f42 100644 --- a/textproc/py-elementpath/Makefile +++ b/textproc/py-elementpath/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2021/11/14 15:28:46 adam Exp $ +# $NetBSD: Makefile,v 1.24 2022/01/04 20:54:54 wiz Exp $ DISTNAME= elementpath-2.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=e/elementpath/} diff --git a/textproc/py-enchant/Makefile b/textproc/py-enchant/Makefile index a66bf576d86..0f832253d4c 100644 --- a/textproc/py-enchant/Makefile +++ b/textproc/py-enchant/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2019/07/20 22:56:54 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2022/01/04 20:54:54 wiz Exp $ DISTNAME= pyenchant-2.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyenchant/} diff --git a/textproc/py-epr-reader/Makefile b/textproc/py-epr-reader/Makefile index f08e4491681..ba55325a06b 100644 --- a/textproc/py-epr-reader/Makefile +++ b/textproc/py-epr-reader/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2021/12/11 21:47:09 adam Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:55 wiz Exp $ DISTNAME= epr-reader-2.4.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=e/epr-reader/} diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile index c7da00aefe7..3710036f470 100644 --- a/textproc/py-feedparser/Makefile +++ b/textproc/py-feedparser/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2021/06/23 18:18:42 schmonz Exp $ +# $NetBSD: Makefile,v 1.34 2022/01/04 20:54:55 wiz Exp $ DISTNAME= feedparser-6.0.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=f/feedparser/} diff --git a/textproc/py-feedparser5/Makefile b/textproc/py-feedparser5/Makefile index 46f171aa4e0..6fb17c82af9 100644 --- a/textproc/py-feedparser5/Makefile +++ b/textproc/py-feedparser5/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2021/12/06 15:11:25 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:55 wiz Exp $ DISTNAME= feedparser-5.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=f/feedparser/} diff --git a/textproc/py-ftfy/Makefile b/textproc/py-ftfy/Makefile index a03055a44c9..b64b965045d 100644 --- a/textproc/py-ftfy/Makefile +++ b/textproc/py-ftfy/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:19 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2022/01/04 20:54:55 wiz Exp $ DISTNAME= ftfy-4.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= python textproc MASTER_SITES= ${MASTER_SITE_PYPI:=f/ftfy/} diff --git a/textproc/py-generateDS/Makefile b/textproc/py-generateDS/Makefile index 6063cba8d12..cbc2c881a7e 100644 --- a/textproc/py-generateDS/Makefile +++ b/textproc/py-generateDS/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2020/01/26 17:32:17 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2022/01/04 20:54:55 wiz Exp $ DISTNAME= generateDS-2.28b0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/0$//} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=g/generateDS/} diff --git a/textproc/py-guessit/Makefile b/textproc/py-guessit/Makefile index e3e5538e4f7..bff82a0c45f 100644 --- a/textproc/py-guessit/Makefile +++ b/textproc/py-guessit/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2020/05/17 21:07:03 adam Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/04 20:54:55 wiz Exp $ DISTNAME= guessit-3.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=g/guessit/} diff --git a/textproc/py-html-sanitizer/Makefile b/textproc/py-html-sanitizer/Makefile index 80a810ff6fe..f006358e88c 100644 --- a/textproc/py-html-sanitizer/Makefile +++ b/textproc/py-html-sanitizer/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2019/02/12 16:39:34 adam Exp $ +# $NetBSD: Makefile,v 1.6 2022/01/04 20:54:55 wiz Exp $ DISTNAME= html-sanitizer-1.6.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc converters python MASTER_SITES= ${MASTER_SITE_PYPI:=h/html-sanitizer/} diff --git a/textproc/py-html2text-2019.8.11/Makefile b/textproc/py-html2text-2019.8.11/Makefile index 44988620239..4385fdb6f69 100644 --- a/textproc/py-html2text-2019.8.11/Makefile +++ b/textproc/py-html2text-2019.8.11/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2019/10/08 18:37:47 rhialto Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/04 20:54:55 wiz Exp $ DISTNAME= html2text-2019.8.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc converters python MASTER_SITES= ${MASTER_SITE_PYPI:=h/html2text/} diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile index 5251dfa2001..2bb35ef7217 100644 --- a/textproc/py-html2text/Makefile +++ b/textproc/py-html2text/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.56 2020/01/17 18:14:49 schmonz Exp $ +# $NetBSD: Makefile,v 1.57 2022/01/04 20:54:55 wiz Exp $ DISTNAME= html2text-2020.1.16 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc converters python MASTER_SITES= ${MASTER_SITE_PYPI:=h/html2text/} diff --git a/textproc/py-html5-parser/Makefile b/textproc/py-html5-parser/Makefile index c247cb5347f..7811b087586 100644 --- a/textproc/py-html5-parser/Makefile +++ b/textproc/py-html5-parser/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2021/12/08 16:06:45 adam Exp $ +# $NetBSD: Makefile,v 1.12 2022/01/04 20:54:56 wiz Exp $ DISTNAME= html5-parser-0.4.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/html5-parser/} diff --git a/textproc/py-html5lib/Makefile b/textproc/py-html5lib/Makefile index 4cfc718c905..1cf0ff1fcc8 100644 --- a/textproc/py-html5lib/Makefile +++ b/textproc/py-html5lib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2021/11/09 20:10:28 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2022/01/04 20:54:56 wiz Exp $ DISTNAME= html5lib-1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/html5lib/} diff --git a/textproc/py-humanize/Makefile b/textproc/py-humanize/Makefile index 0bf3892a02d..35ec3a05fee 100644 --- a/textproc/py-humanize/Makefile +++ b/textproc/py-humanize/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2021/12/11 19:56:13 adam Exp $ +# $NetBSD: Makefile,v 1.22 2022/01/04 20:54:56 wiz Exp $ DISTNAME= humanize-3.13.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=h/humanize/} diff --git a/textproc/py-inflection/Makefile b/textproc/py-inflection/Makefile index 5d82716fd86..016d3325b02 100644 --- a/textproc/py-inflection/Makefile +++ b/textproc/py-inflection/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2017/07/09 10:33:20 adam Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/04 20:54:56 wiz Exp $ DISTNAME= inflection-0.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=i/inflection/} diff --git a/textproc/py-iniparse/Makefile b/textproc/py-iniparse/Makefile index e808e3c6ebf..81f7002ca95 100644 --- a/textproc/py-iniparse/Makefile +++ b/textproc/py-iniparse/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2020/06/18 21:45:06 adam Exp $ +# $NetBSD: Makefile,v 1.15 2022/01/04 20:54:56 wiz Exp $ DISTNAME= iniparse-0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=i/iniparse/} diff --git a/textproc/py-isc_dhcp_leases/Makefile b/textproc/py-isc_dhcp_leases/Makefile index 3d83f541915..9cb779cbf54 100644 --- a/textproc/py-isc_dhcp_leases/Makefile +++ b/textproc/py-isc_dhcp_leases/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2022/01/02 00:01:09 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:56 wiz Exp $ DISTNAME= isc_dhcp_leases-0.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=i/isc_dhcp_leases/} diff --git a/textproc/py-itemadapter/Makefile b/textproc/py-itemadapter/Makefile index 017934b204d..68002fa2909 100644 --- a/textproc/py-itemadapter/Makefile +++ b/textproc/py-itemadapter/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2021/03/21 21:11:41 triaxx Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:56 wiz Exp $ DISTNAME= itemadapter-0.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=i/itemadapter/} diff --git a/textproc/py-itemloaders/Makefile b/textproc/py-itemloaders/Makefile index 7d3e41e7f74..de5eb93afdd 100644 --- a/textproc/py-itemloaders/Makefile +++ b/textproc/py-itemloaders/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2021/03/22 06:14:02 adam Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:56 wiz Exp $ DISTNAME= itemloaders-1.0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=i/itemloaders/} diff --git a/textproc/py-jade/Makefile b/textproc/py-jade/Makefile index 7f8790859ca..a2977c4ccf4 100644 --- a/textproc/py-jade/Makefile +++ b/textproc/py-jade/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2017/12/18 11:09:14 adam Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/04 20:54:56 wiz Exp $ DISTNAME= pyjade-4.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyjade/} diff --git a/textproc/py-jellyfish/Makefile b/textproc/py-jellyfish/Makefile index 988b522c3fd..e97468f2828 100644 --- a/textproc/py-jellyfish/Makefile +++ b/textproc/py-jellyfish/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2020/01/03 08:37:56 adam Exp $ +# $NetBSD: Makefile,v 1.6 2022/01/04 20:54:57 wiz Exp $ DISTNAME= jellyfish-0.7.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jellyfish/} diff --git a/textproc/py-jinja2/Makefile b/textproc/py-jinja2/Makefile index 6ec5ab8d934..a7efbc2ead3 100644 --- a/textproc/py-jinja2/Makefile +++ b/textproc/py-jinja2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2021/02/01 09:34:05 adam Exp $ +# $NetBSD: Makefile,v 1.31 2022/01/04 20:54:57 wiz Exp $ DISTNAME= Jinja2-2.11.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=J/Jinja2/} diff --git a/textproc/py-jmespath/Makefile b/textproc/py-jmespath/Makefile index cfa13236116..437cd64f595 100644 --- a/textproc/py-jmespath/Makefile +++ b/textproc/py-jmespath/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2020/05/13 05:02:51 adam Exp $ +# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:57 wiz Exp $ DISTNAME= jmespath-0.10.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jmespath/} diff --git a/textproc/py-jsbeautifier/Makefile b/textproc/py-jsbeautifier/Makefile index 5daad92008d..b75e9275da8 100644 --- a/textproc/py-jsbeautifier/Makefile +++ b/textproc/py-jsbeautifier/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2021/05/10 09:22:34 adam Exp $ +# $NetBSD: Makefile,v 1.19 2022/01/04 20:54:57 wiz Exp $ DISTNAME= jsbeautifier-1.13.13 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsbeautifier/} diff --git a/textproc/py-jsonlib/Makefile b/textproc/py-jsonlib/Makefile index 33ac9af2639..84b465abddc 100644 --- a/textproc/py-jsonlib/Makefile +++ b/textproc/py-jsonlib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2019/11/04 21:43:46 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2022/01/04 20:54:57 wiz Exp $ DISTNAME= jsonlib-1.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonlib/} diff --git a/textproc/py-jsonpickle/Makefile b/textproc/py-jsonpickle/Makefile index 1caffa1e4f4..da408c7e15a 100644 --- a/textproc/py-jsonpickle/Makefile +++ b/textproc/py-jsonpickle/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2021/12/10 08:52:22 adam Exp $ +# $NetBSD: Makefile,v 1.10 2022/01/04 20:54:57 wiz Exp $ DISTNAME= jsonpickle-2.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonpickle/} diff --git a/textproc/py-jsonref/Makefile b/textproc/py-jsonref/Makefile index 46476492b2d..d8d1e4cb774 100644 --- a/textproc/py-jsonref/Makefile +++ b/textproc/py-jsonref/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2020/05/17 21:38:46 adam Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:57 wiz Exp $ DISTNAME= jsonref-0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonref/} diff --git a/textproc/py-jsonrpc-server/Makefile b/textproc/py-jsonrpc-server/Makefile index 5e39a04873e..26538a12d9a 100644 --- a/textproc/py-jsonrpc-server/Makefile +++ b/textproc/py-jsonrpc-server/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2020/12/09 20:51:19 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:57 wiz Exp $ DISTNAME= python-jsonrpc-server-0.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} +PKGREVISION= 1 CATEGORIES= textproc net devel MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-jsonrpc-server/} diff --git a/textproc/py-jsonrpclib-pelix/Makefile b/textproc/py-jsonrpclib-pelix/Makefile index 56f20a96705..3f38065020e 100644 --- a/textproc/py-jsonrpclib-pelix/Makefile +++ b/textproc/py-jsonrpclib-pelix/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2020/11/30 20:38:12 adam Exp $ +# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:58 wiz Exp $ DISTNAME= jsonrpclib-pelix-0.4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonrpclib-pelix/} diff --git a/textproc/py-jsonrpclib/Makefile b/textproc/py-jsonrpclib/Makefile index 2d57e2c03b0..cd1c841c0e6 100644 --- a/textproc/py-jsonrpclib/Makefile +++ b/textproc/py-jsonrpclib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2021/05/12 15:59:16 adam Exp $ +# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:58 wiz Exp $ DISTNAME= jsonrpclib-0.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc net devel MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonrpclib/} diff --git a/textproc/py-jsonschema/Makefile b/textproc/py-jsonschema/Makefile index 50e30083998..7ee2f9bb204 100644 --- a/textproc/py-jsonschema/Makefile +++ b/textproc/py-jsonschema/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2020/09/04 20:34:30 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2022/01/04 20:54:58 wiz Exp $ DISTNAME= jsonschema-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonschema/} diff --git a/textproc/py-jxmlease/Makefile b/textproc/py-jxmlease/Makefile index 2080519eb64..3201ee9a6b6 100644 --- a/textproc/py-jxmlease/Makefile +++ b/textproc/py-jxmlease/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2020/07/09 13:24:53 adam Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:58 wiz Exp $ DISTNAME= jxmlease-1.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jxmlease/} diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile index 82a062b053a..407a49d43e2 100644 --- a/textproc/py-libxml2/Makefile +++ b/textproc/py-libxml2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.73 2022/01/01 21:21:14 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2022/01/04 20:54:58 wiz Exp $ .include "../../textproc/libxml2/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= Python wrapper for libxml2 LICENSE= modified-bsd diff --git a/textproc/py-loremipsum/Makefile b/textproc/py-loremipsum/Makefile index 0a87b8b526b..c1c12489c4a 100644 --- a/textproc/py-loremipsum/Makefile +++ b/textproc/py-loremipsum/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2019/11/04 21:43:46 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:58 wiz Exp $ DISTNAME= loremipsum-1.0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PYPI:=l/loremipsum/} diff --git a/textproc/py-lsp-jsonrpc/Makefile b/textproc/py-lsp-jsonrpc/Makefile index 1f2b04c2302..2ab0d607225 100644 --- a/textproc/py-lsp-jsonrpc/Makefile +++ b/textproc/py-lsp-jsonrpc/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2021/11/05 11:16:38 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/04 20:54:58 wiz Exp $ DISTNAME= python-lsp-jsonrpc-1.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} +PKGREVISION= 1 CATEGORIES= textproc net devel MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-lsp-jsonrpc/} diff --git a/textproc/py-lxml/Makefile b/textproc/py-lxml/Makefile index c2ded378733..91be8a4000b 100644 --- a/textproc/py-lxml/Makefile +++ b/textproc/py-lxml/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.78 2021/12/16 20:17:10 adam Exp $ +# $NetBSD: Makefile,v 1.79 2022/01/04 20:54:58 wiz Exp $ DISTNAME= lxml-4.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=l/lxml/} diff --git a/textproc/py-m2r/Makefile b/textproc/py-m2r/Makefile index 1c584ea0fa2..96e15f43f89 100644 --- a/textproc/py-m2r/Makefile +++ b/textproc/py-m2r/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2021/04/06 15:03:32 adam Exp $ +# $NetBSD: Makefile,v 1.15 2022/01/04 20:54:58 wiz Exp $ DISTNAME= m2r-0.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=m/m2r/} diff --git a/textproc/py-manuel/Makefile b/textproc/py-manuel/Makefile index 1bd4ae6dbc5..74e3caf87c6 100644 --- a/textproc/py-manuel/Makefile +++ b/textproc/py-manuel/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2020/08/31 23:07:06 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:59 wiz Exp $ DISTNAME= manuel-1.10.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=m/manuel/} diff --git a/textproc/py-markdown-math/Makefile b/textproc/py-markdown-math/Makefile index a6f1119c115..ea3b9ee992b 100644 --- a/textproc/py-markdown-math/Makefile +++ b/textproc/py-markdown-math/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2021/02/11 03:22:35 gutteridge Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:59 wiz Exp $ VERSION= 0.8 DISTNAME= python-markdown-math-${VERSION} PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-markdown-math/} diff --git a/textproc/py-markdown/Makefile b/textproc/py-markdown/Makefile index 8732ae0826b..127a4970697 100644 --- a/textproc/py-markdown/Makefile +++ b/textproc/py-markdown/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2021/11/01 21:43:46 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2022/01/04 20:54:59 wiz Exp $ DISTNAME= Markdown-3.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=M/Markdown/} diff --git a/textproc/py-markdown2/Makefile b/textproc/py-markdown2/Makefile index 98d3d71f403..8007da9c47d 100644 --- a/textproc/py-markdown2/Makefile +++ b/textproc/py-markdown2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2020/10/22 08:08:09 adam Exp $ +# $NetBSD: Makefile,v 1.19 2022/01/04 20:54:59 wiz Exp $ DISTNAME= markdown2-2.3.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=m/markdown2/} diff --git a/textproc/py-markdown3/Makefile b/textproc/py-markdown3/Makefile index a296af22ecc..f2a4478643c 100644 --- a/textproc/py-markdown3/Makefile +++ b/textproc/py-markdown3/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2021/11/01 21:41:46 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:59 wiz Exp $ DISTNAME= Markdown-3.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=M/Markdown/} diff --git a/textproc/py-markovify/Makefile b/textproc/py-markovify/Makefile index ff7f3467353..9aab57e2a0a 100644 --- a/textproc/py-markovify/Makefile +++ b/textproc/py-markovify/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2020/10/02 08:35:31 adam Exp $ +# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:59 wiz Exp $ DISTNAME= markovify-0.8.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=m/markovify/} diff --git a/textproc/py-markups/Makefile b/textproc/py-markups/Makefile index a24362a9a57..1291a07b4c9 100644 --- a/textproc/py-markups/Makefile +++ b/textproc/py-markups/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2021/12/30 13:05:40 adam Exp $ +# $NetBSD: Makefile,v 1.9 2022/01/04 20:54:59 wiz Exp $ DISTNAME= Markups-3.1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=M/Markups/} diff --git a/textproc/py-markupsafe/Makefile b/textproc/py-markupsafe/Makefile index 48342415ded..0bb1ef25dcb 100644 --- a/textproc/py-markupsafe/Makefile +++ b/textproc/py-markupsafe/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2019/02/25 16:27:24 kleink Exp $ +# $NetBSD: Makefile,v 1.13 2022/01/04 20:54:59 wiz Exp $ DISTNAME= MarkupSafe-1.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=M/MarkupSafe/} diff --git a/textproc/py-mistune/Makefile b/textproc/py-mistune/Makefile index d869572db30..969526777b2 100644 --- a/textproc/py-mistune/Makefile +++ b/textproc/py-mistune/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2018/10/14 12:09:56 adam Exp $ +# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:59 wiz Exp $ DISTNAME= mistune-0.8.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=m/mistune/} diff --git a/textproc/py-mkdocs-bootstrap/Makefile b/textproc/py-mkdocs-bootstrap/Makefile index d8905007022..8be959eda17 100644 --- a/textproc/py-mkdocs-bootstrap/Makefile +++ b/textproc/py-mkdocs-bootstrap/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2017/07/30 22:32:23 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:00 wiz Exp $ DISTNAME= mkdocs-bootstrap-0.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl:S/py//} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=mkdocs/} diff --git a/textproc/py-mkdocs-bootswatch/Makefile b/textproc/py-mkdocs-bootswatch/Makefile index a56656e5d90..5de3744af00 100644 --- a/textproc/py-mkdocs-bootswatch/Makefile +++ b/textproc/py-mkdocs-bootswatch/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2017/07/30 22:32:23 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:00 wiz Exp $ DISTNAME= mkdocs-bootswatch-0.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl:S/py//} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=mkdocs/} diff --git a/textproc/py-mkdocs/Makefile b/textproc/py-mkdocs/Makefile index ef36cf0d580..9228f9e0272 100644 --- a/textproc/py-mkdocs/Makefile +++ b/textproc/py-mkdocs/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2021/11/01 21:05:56 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2022/01/04 20:55:00 wiz Exp $ DISTNAME= mkdocs-1.0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=m/mkdocs/} diff --git a/textproc/py-natsort/Makefile b/textproc/py-natsort/Makefile index b5822b64266..30ddbde5d01 100644 --- a/textproc/py-natsort/Makefile +++ b/textproc/py-natsort/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2021/02/01 09:35:56 adam Exp $ +# $NetBSD: Makefile,v 1.19 2022/01/04 20:55:00 wiz Exp $ DISTNAME= natsort-7.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=n/natsort/} diff --git a/textproc/py-nltk/Makefile b/textproc/py-nltk/Makefile index 5816d50b774..efece9e93ab 100644 --- a/textproc/py-nltk/Makefile +++ b/textproc/py-nltk/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2021/11/24 16:00:18 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:00 wiz Exp $ DISTNAME= nltk-3.6.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=n/nltk/} EXTRACT_SUFX= .zip diff --git a/textproc/py-numpydoc/Makefile b/textproc/py-numpydoc/Makefile index de1054bfa95..ed47b0e2912 100644 --- a/textproc/py-numpydoc/Makefile +++ b/textproc/py-numpydoc/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2019/10/21 22:01:05 adam Exp $ +# $NetBSD: Makefile,v 1.8 2022/01/04 20:55:00 wiz Exp $ DISTNAME= numpydoc-0.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=n/numpydoc/} diff --git a/textproc/py-odfpy/Makefile b/textproc/py-odfpy/Makefile index 1186b8a275f..c9664dbe59d 100644 --- a/textproc/py-odfpy/Makefile +++ b/textproc/py-odfpy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2020/08/18 01:01:56 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2022/01/04 20:55:00 wiz Exp $ DISTNAME= odfpy-1.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=o/odfpy/} diff --git a/textproc/py-openapi-core/Makefile b/textproc/py-openapi-core/Makefile index 75ee07e4e3d..0ba4979b968 100644 --- a/textproc/py-openapi-core/Makefile +++ b/textproc/py-openapi-core/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2021/11/23 23:51:43 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:00 wiz Exp $ DISTNAME= openapi-core-0.14.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc www python MASTER_SITES= ${MASTER_SITE_PYPI:=o/openapi-core/} diff --git a/textproc/py-openapi-schema-validator/Makefile b/textproc/py-openapi-schema-validator/Makefile index f386c4e0fb2..25fac63717a 100644 --- a/textproc/py-openapi-schema-validator/Makefile +++ b/textproc/py-openapi-schema-validator/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2021/11/23 12:32:39 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/04 20:55:01 wiz Exp $ DISTNAME= openapi-schema-validator-0.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc www python MASTER_SITES= ${MASTER_SITE_PYPI:=o/openapi-schema-validator/} diff --git a/textproc/py-openapi-spec-validator/Makefile b/textproc/py-openapi-spec-validator/Makefile index 7159d79dbc6..a2724f275a0 100644 --- a/textproc/py-openapi-spec-validator/Makefile +++ b/textproc/py-openapi-spec-validator/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2021/11/23 12:36:48 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/04 20:55:01 wiz Exp $ DISTNAME= openapi-spec-validator-0.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc www python MASTER_SITES= ${MASTER_SITE_PYPI:=o/openapi-spec-validator/} diff --git a/textproc/py-openapi3/Makefile b/textproc/py-openapi3/Makefile index 78fd2f14d81..d282f415ab8 100644 --- a/textproc/py-openapi3/Makefile +++ b/textproc/py-openapi3/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2021/11/23 13:26:51 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/04 20:55:01 wiz Exp $ DISTNAME= openapi3-1.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc www python MASTER_SITES= ${MASTER_SITE_PYPI:=o/openapi3/} diff --git a/textproc/py-openpyxl/Makefile b/textproc/py-openpyxl/Makefile index 06de8afd5f6..2daf974c66b 100644 --- a/textproc/py-openpyxl/Makefile +++ b/textproc/py-openpyxl/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2019/08/20 07:10:58 adam Exp $ +# $NetBSD: Makefile,v 1.26 2022/01/04 20:55:01 wiz Exp $ DISTNAME= openpyxl-2.6.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=o/openpyxl/} diff --git a/textproc/py-pallets-sphinx-themes/Makefile b/textproc/py-pallets-sphinx-themes/Makefile index d5547e87db8..73348c2a550 100644 --- a/textproc/py-pallets-sphinx-themes/Makefile +++ b/textproc/py-pallets-sphinx-themes/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2020/01/03 12:45:10 adam Exp $ +# $NetBSD: Makefile,v 1.6 2022/01/04 20:55:01 wiz Exp $ DISTNAME= Pallets-Sphinx-Themes-1.2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pallets-Sphinx-Themes/} diff --git a/textproc/py-pandocfilters/Makefile b/textproc/py-pandocfilters/Makefile index 62006aa4d32..85bf6854d04 100644 --- a/textproc/py-pandocfilters/Makefile +++ b/textproc/py-pandocfilters/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2022/01/02 22:57:18 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/04 20:55:01 wiz Exp $ DISTNAME= pandocfilters-1.4.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pandocfilters/} diff --git a/textproc/py-parse/Makefile b/textproc/py-parse/Makefile index 971e29cfe71..78e463432a1 100644 --- a/textproc/py-parse/Makefile +++ b/textproc/py-parse/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2021/10/11 17:26:16 adam Exp $ +# $NetBSD: Makefile,v 1.9 2022/01/04 20:55:01 wiz Exp $ DISTNAME= parse-1.19.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/parse/} diff --git a/textproc/py-parse_type/Makefile b/textproc/py-parse_type/Makefile index 735b148dc3f..1b61149a6ec 100644 --- a/textproc/py-parse_type/Makefile +++ b/textproc/py-parse_type/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2021/12/06 15:17:56 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:01 wiz Exp $ DISTNAME= parse_type-0.5.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python #MASTER_SITES= ${MASTER_SITE_PYPI:=p/parse_type/} MASTER_SITES= ${MASTER_SITE_GITHUB:=jenisys/} diff --git a/textproc/py-parsimonious/Makefile b/textproc/py-parsimonious/Makefile index e4de69d7cc3..b86c1e09c27 100644 --- a/textproc/py-parsimonious/Makefile +++ b/textproc/py-parsimonious/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2021/02/07 20:10:18 adam Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/04 20:55:01 wiz Exp $ DISTNAME= parsimonious-0.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/parsimonious/} diff --git a/textproc/py-patiencediff/Makefile b/textproc/py-patiencediff/Makefile index 839cd47396d..952e2aea076 100644 --- a/textproc/py-patiencediff/Makefile +++ b/textproc/py-patiencediff/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2021/07/12 18:43:05 rhialto Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/04 20:55:02 wiz Exp $ DISTNAME= patiencediff-0.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:source/=90/ca/13cdabb3c491a0ccd7d580419b96abce3d227d4a6ba674364e6b19d4d67e/} diff --git a/textproc/py-pdfrw/Makefile b/textproc/py-pdfrw/Makefile index 528ca8bcd7e..d576fe875dc 100644 --- a/textproc/py-pdfrw/Makefile +++ b/textproc/py-pdfrw/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2018/01/03 10:55:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/04 20:55:02 wiz Exp $ DISTNAME= pdfrw-0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pdfrw/} diff --git a/textproc/py-peg2/Makefile b/textproc/py-peg2/Makefile index 60ecdb74e76..eff58d9652d 100644 --- a/textproc/py-peg2/Makefile +++ b/textproc/py-peg2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2022/01/02 00:01:09 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/04 20:55:02 wiz Exp $ DISTNAME= pyPEG2-2.15.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:tl} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyPEG2/} diff --git a/textproc/py-phonenumbers/Makefile b/textproc/py-phonenumbers/Makefile index 74356507ded..be2ba33b49a 100644 --- a/textproc/py-phonenumbers/Makefile +++ b/textproc/py-phonenumbers/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2021/09/17 21:13:28 adam Exp $ +# $NetBSD: Makefile,v 1.22 2022/01/04 20:55:02 wiz Exp $ DISTNAME= phonenumbers-8.12.31 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= comms textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/phonenumbers/} diff --git a/textproc/py-poyo/Makefile b/textproc/py-poyo/Makefile index 4d6fc523848..a4c24501d5b 100644 --- a/textproc/py-poyo/Makefile +++ b/textproc/py-poyo/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2020/05/17 21:38:46 adam Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/04 20:55:02 wiz Exp $ DISTNAME= poyo-0.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/poyo/} diff --git a/textproc/py-precis-i18n/Makefile b/textproc/py-precis-i18n/Makefile index 614062bfadb..33e3291d3c8 100644 --- a/textproc/py-precis-i18n/Makefile +++ b/textproc/py-precis-i18n/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2021/12/30 13:05:40 adam Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/04 20:55:02 wiz Exp $ DISTNAME= precis_i18n-1.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/precis-i18n/} diff --git a/textproc/py-prettytable/Makefile b/textproc/py-prettytable/Makefile index b41d66097bb..d7d242aae53 100644 --- a/textproc/py-prettytable/Makefile +++ b/textproc/py-prettytable/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2021/12/30 19:52:11 fcambus Exp $ +# $NetBSD: Makefile,v 1.19 2022/01/04 20:55:02 wiz Exp $ DISTNAME= prettytable-2.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/prettytable/} diff --git a/textproc/py-ptable/Makefile b/textproc/py-ptable/Makefile index 8a2fd9271e6..1acf7deaa17 100644 --- a/textproc/py-ptable/Makefile +++ b/textproc/py-ptable/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2018/10/16 13:47:01 adam Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/04 20:55:02 wiz Exp $ DISTNAME= PTable-0.9.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=P/PTable/} diff --git a/textproc/py-pyaml/Makefile b/textproc/py-pyaml/Makefile index 42e96e1ec79..50074a64325 100644 --- a/textproc/py-pyaml/Makefile +++ b/textproc/py-pyaml/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2018/11/20 13:27:04 adam Exp $ +# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:02 wiz Exp $ DISTNAME= pyaml-18.11.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyaml/} diff --git a/textproc/py-pybtex-docutils/Makefile b/textproc/py-pybtex-docutils/Makefile index b940eda518f..f5020794f5b 100644 --- a/textproc/py-pybtex-docutils/Makefile +++ b/textproc/py-pybtex-docutils/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2021/12/06 15:22:57 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:03 wiz Exp $ DISTNAME= pybtex-docutils-1.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pybtex-docutils/} diff --git a/textproc/py-pybtex/Makefile b/textproc/py-pybtex/Makefile index c9cdd443288..2f1207640a4 100644 --- a/textproc/py-pybtex/Makefile +++ b/textproc/py-pybtex/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2021/01/21 15:36:32 adam Exp $ +# $NetBSD: Makefile,v 1.8 2022/01/04 20:55:03 wiz Exp $ DISTNAME= pybtex-0.24.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pybtex/} diff --git a/textproc/py-pygments/Makefile b/textproc/py-pygments/Makefile index 1daf64926b0..57aff616e2d 100644 --- a/textproc/py-pygments/Makefile +++ b/textproc/py-pygments/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2021/12/30 17:05:08 adam Exp $ +# $NetBSD: Makefile,v 1.37 2022/01/04 20:55:03 wiz Exp $ DISTNAME= Pygments-2.11.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pygments/} diff --git a/textproc/py-pygments25/Makefile b/textproc/py-pygments25/Makefile index c55640bf823..2ff96b3007b 100644 --- a/textproc/py-pygments25/Makefile +++ b/textproc/py-pygments25/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2021/11/12 22:25:13 adam Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/04 20:55:03 wiz Exp $ DISTNAME= Pygments-2.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pygments/} diff --git a/textproc/py-pyphen/Makefile b/textproc/py-pyphen/Makefile index 60c1810c326..c76f9bf0d86 100644 --- a/textproc/py-pyphen/Makefile +++ b/textproc/py-pyphen/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2021/08/02 20:30:24 adam Exp $ +# $NetBSD: Makefile,v 1.9 2022/01/04 20:55:03 wiz Exp $ DISTNAME= pyphen-0.11.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyphen/} diff --git a/textproc/py-pyquery/Makefile b/textproc/py-pyquery/Makefile index e505c28e508..176a690aecd 100644 --- a/textproc/py-pyquery/Makefile +++ b/textproc/py-pyquery/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2020/11/26 13:44:17 adam Exp $ +# $NetBSD: Makefile,v 1.11 2022/01/04 20:55:03 wiz Exp $ DISTNAME= pyquery-1.4.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= python textproc MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyquery/} diff --git a/textproc/py-pysrt/Makefile b/textproc/py-pysrt/Makefile index ce179784168..1d98b7ce1b3 100644 --- a/textproc/py-pysrt/Makefile +++ b/textproc/py-pysrt/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2020/04/23 18:33:49 adam Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:04 wiz Exp $ DISTNAME= pysrt-1.1.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pysrt/} diff --git a/textproc/py-pytoml/Makefile b/textproc/py-pytoml/Makefile index d4e0fe27dd9..1470d26c508 100644 --- a/textproc/py-pytoml/Makefile +++ b/textproc/py-pytoml/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2019/08/12 07:28:46 adam Exp $ +# $NetBSD: Makefile,v 1.9 2022/01/04 20:55:04 wiz Exp $ DISTNAME= pytoml-0.1.21 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytoml/} diff --git a/textproc/py-ramlfications/Makefile b/textproc/py-ramlfications/Makefile index f78459c6653..8cf2004f765 100644 --- a/textproc/py-ramlfications/Makefile +++ b/textproc/py-ramlfications/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2021/11/01 21:05:56 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:04 wiz Exp $ DISTNAME= ramlfications-0.1.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=r/ramlfications/} diff --git a/textproc/py-rapidjson/Makefile b/textproc/py-rapidjson/Makefile index fce3e2510a9..728f6f336a9 100644 --- a/textproc/py-rapidjson/Makefile +++ b/textproc/py-rapidjson/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2021/10/25 12:06:51 adam Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/04 20:55:04 wiz Exp $ DISTNAME= python-rapidjson-1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^python-//} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-rapidjson/} diff --git a/textproc/py-rdflib/Makefile b/textproc/py-rdflib/Makefile index 4ebef7a02c6..71770720379 100644 --- a/textproc/py-rdflib/Makefile +++ b/textproc/py-rdflib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2021/04/16 12:17:43 adam Exp $ +# $NetBSD: Makefile,v 1.9 2022/01/04 20:55:04 wiz Exp $ DISTNAME= rdflib-5.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rdflib/} diff --git a/textproc/py-readme_renderer/Makefile b/textproc/py-readme_renderer/Makefile index 3fc32207d68..1454cf3dcd4 100644 --- a/textproc/py-readme_renderer/Makefile +++ b/textproc/py-readme_renderer/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2021/04/06 14:59:53 adam Exp $ +# $NetBSD: Makefile,v 1.6 2022/01/04 20:55:04 wiz Exp $ DISTNAME= readme_renderer-29.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=r/readme_renderer/} diff --git a/textproc/py-rebulk/Makefile b/textproc/py-rebulk/Makefile index c67c54a282e..898624d3fea 100644 --- a/textproc/py-rebulk/Makefile +++ b/textproc/py-rebulk/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2020/05/17 21:04:37 adam Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/04 20:55:04 wiz Exp $ DISTNAME= rebulk-2.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rebulk/} diff --git a/textproc/py-regex/Makefile b/textproc/py-regex/Makefile index e3eeeba234a..e4c33a09f35 100644 --- a/textproc/py-regex/Makefile +++ b/textproc/py-regex/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2021/12/08 16:27:44 adam Exp $ +# $NetBSD: Makefile,v 1.39 2022/01/04 20:55:05 wiz Exp $ DISTNAME= regex-2021.11.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=r/regex/} diff --git a/textproc/py-relatorio/Makefile b/textproc/py-relatorio/Makefile index 413cb61dcdf..7c207e7158b 100644 --- a/textproc/py-relatorio/Makefile +++ b/textproc/py-relatorio/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2021/12/06 03:57:49 mef Exp $ +# $NetBSD: Makefile,v 1.24 2022/01/04 20:55:05 wiz Exp $ DISTNAME= relatorio-0.10.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=r/relatorio/} diff --git a/textproc/py-rst2pdf/Makefile b/textproc/py-rst2pdf/Makefile index 8e0b0e087b2..70bdea2cf91 100644 --- a/textproc/py-rst2pdf/Makefile +++ b/textproc/py-rst2pdf/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2020/10/27 10:18:39 adam Exp $ +# $NetBSD: Makefile,v 1.11 2022/01/04 20:55:05 wiz Exp $ DISTNAME= rst2pdf-0.98 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rst2pdf/} diff --git a/textproc/py-sgmllib3k/Makefile b/textproc/py-sgmllib3k/Makefile index 1870b641720..56529145f97 100644 --- a/textproc/py-sgmllib3k/Makefile +++ b/textproc/py-sgmllib3k/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2020/10/13 10:36:11 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/04 20:55:05 wiz Exp $ DISTNAME= sgmllib3k-1.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sgmllib3k/} diff --git a/textproc/py-snowballstemmer/Makefile b/textproc/py-snowballstemmer/Makefile index 9c9f8e7c001..9e6c8ba1c0a 100644 --- a/textproc/py-snowballstemmer/Makefile +++ b/textproc/py-snowballstemmer/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2021/11/18 19:38:01 adam Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/04 20:55:05 wiz Exp $ DISTNAME= snowballstemmer-2.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/snowballstemmer/} diff --git a/textproc/py-sphinx-autoapi/Makefile b/textproc/py-sphinx-autoapi/Makefile index 92f20fe125c..50a783d4eca 100644 --- a/textproc/py-sphinx-autoapi/Makefile +++ b/textproc/py-sphinx-autoapi/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2021/10/11 09:31:22 adam Exp $ +# $NetBSD: Makefile,v 1.8 2022/01/04 20:55:05 wiz Exp $ DISTNAME= sphinx-autoapi-1.8.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-autoapi/} diff --git a/textproc/py-sphinx-autodoc-typehints/Makefile b/textproc/py-sphinx-autodoc-typehints/Makefile index 838b45bcac6..55365594f8e 100644 --- a/textproc/py-sphinx-autodoc-typehints/Makefile +++ b/textproc/py-sphinx-autodoc-typehints/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2021/04/16 06:05:43 adam Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/04 20:55:05 wiz Exp $ DISTNAME= sphinx-autodoc-typehints-1.12.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-autodoc-typehints/} diff --git a/textproc/py-sphinx-issues/Makefile b/textproc/py-sphinx-issues/Makefile index ccd43252cb2..6589463116f 100644 --- a/textproc/py-sphinx-issues/Makefile +++ b/textproc/py-sphinx-issues/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2019/10/21 22:01:05 adam Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:06 wiz Exp $ DISTNAME= sphinx-issues-1.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-issues/} diff --git a/textproc/py-sphinx-rtd-theme/Makefile b/textproc/py-sphinx-rtd-theme/Makefile index 209838ee8bf..cdd9b3ed0b7 100644 --- a/textproc/py-sphinx-rtd-theme/Makefile +++ b/textproc/py-sphinx-rtd-theme/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2019/10/21 22:01:06 adam Exp $ +# $NetBSD: Makefile,v 1.11 2022/01/04 20:55:06 wiz Exp $ DISTNAME= sphinx_rtd_theme-0.4.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx_rtd_theme/} diff --git a/textproc/py-sphinx-theme-cloud/Makefile b/textproc/py-sphinx-theme-cloud/Makefile index 8e3c5eed749..100cd52495c 100644 --- a/textproc/py-sphinx-theme-cloud/Makefile +++ b/textproc/py-sphinx-theme-cloud/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2020/07/13 20:05:12 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2022/01/04 20:55:06 wiz Exp $ DISTNAME= cloud_sptheme-1.10.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/cloud_sptheme/sphinx-theme-cloud/} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cloud_sptheme/} diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index 79c7380c685..7d75ef94052 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.80 2021/12/19 16:49:41 adam Exp $ +# $NetBSD: Makefile,v 1.81 2022/01/04 20:55:05 wiz Exp $ DISTNAME= Sphinx-4.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=S/Sphinx/} diff --git a/textproc/py-sphinx1/Makefile b/textproc/py-sphinx1/Makefile index 153306f2f63..aff014c35b2 100644 --- a/textproc/py-sphinx1/Makefile +++ b/textproc/py-sphinx1/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2021/11/09 20:34:41 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:06 wiz Exp $ DISTNAME= Sphinx-1.8.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=S/Sphinx/} diff --git a/textproc/py-sphinxcontrib-applehelp/Makefile b/textproc/py-sphinxcontrib-applehelp/Makefile index 66b10f3f162..b5ae39263a9 100644 --- a/textproc/py-sphinxcontrib-applehelp/Makefile +++ b/textproc/py-sphinxcontrib-applehelp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2020/03/12 17:20:43 gdt Exp $ +# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:06 wiz Exp $ DISTNAME= sphinxcontrib-applehelp-1.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-applehelp/} diff --git a/textproc/py-sphinxcontrib-bibtex/Makefile b/textproc/py-sphinxcontrib-bibtex/Makefile index 96771d974e9..c3831e15407 100644 --- a/textproc/py-sphinxcontrib-bibtex/Makefile +++ b/textproc/py-sphinxcontrib-bibtex/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2019/10/22 06:48:26 adam Exp $ +# $NetBSD: Makefile,v 1.8 2022/01/04 20:55:06 wiz Exp $ DISTNAME= sphinxcontrib-bibtex-1.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-bibtex/} diff --git a/textproc/py-sphinxcontrib-devhelp/Makefile b/textproc/py-sphinxcontrib-devhelp/Makefile index e292e6c1788..6d7ab8161ca 100644 --- a/textproc/py-sphinxcontrib-devhelp/Makefile +++ b/textproc/py-sphinxcontrib-devhelp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2020/03/12 17:20:43 gdt Exp $ +# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:06 wiz Exp $ DISTNAME= sphinxcontrib-devhelp-1.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-devhelp/} diff --git a/textproc/py-sphinxcontrib-htmlhelp/Makefile b/textproc/py-sphinxcontrib-htmlhelp/Makefile index d1c0eb8d77e..aa4c1ab90f5 100644 --- a/textproc/py-sphinxcontrib-htmlhelp/Makefile +++ b/textproc/py-sphinxcontrib-htmlhelp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2021/10/29 16:15:08 adam Exp $ +# $NetBSD: Makefile,v 1.6 2022/01/04 20:55:06 wiz Exp $ DISTNAME= sphinxcontrib-htmlhelp-2.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-htmlhelp/} diff --git a/textproc/py-sphinxcontrib-jsmath/Makefile b/textproc/py-sphinxcontrib-jsmath/Makefile index 0998c275951..6b16e22445c 100644 --- a/textproc/py-sphinxcontrib-jsmath/Makefile +++ b/textproc/py-sphinxcontrib-jsmath/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2019/10/21 20:47:07 adam Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/04 20:55:06 wiz Exp $ DISTNAME= sphinxcontrib-jsmath-1.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-jsmath/} diff --git a/textproc/py-sphinxcontrib-log-cabinet/Makefile b/textproc/py-sphinxcontrib-log-cabinet/Makefile index 02492146bc5..6cb52046618 100644 --- a/textproc/py-sphinxcontrib-log-cabinet/Makefile +++ b/textproc/py-sphinxcontrib-log-cabinet/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2020/04/01 17:39:14 adam Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/04 20:55:07 wiz Exp $ DISTNAME= sphinxcontrib-log-cabinet-1.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-log-cabinet/} diff --git a/textproc/py-sphinxcontrib-newsfeed/Makefile b/textproc/py-sphinxcontrib-newsfeed/Makefile index 4e22daea342..4c4eea2aef6 100644 --- a/textproc/py-sphinxcontrib-newsfeed/Makefile +++ b/textproc/py-sphinxcontrib-newsfeed/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2019/10/21 22:11:33 adam Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/04 20:55:07 wiz Exp $ DISTNAME= sphinxcontrib-newsfeed-0.1.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-newsfeed/} diff --git a/textproc/py-sphinxcontrib-qthelp/Makefile b/textproc/py-sphinxcontrib-qthelp/Makefile index 316003f56e5..b80426bd8e1 100644 --- a/textproc/py-sphinxcontrib-qthelp/Makefile +++ b/textproc/py-sphinxcontrib-qthelp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2020/02/29 15:44:42 adam Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:07 wiz Exp $ DISTNAME= sphinxcontrib-qthelp-1.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-qthelp/} diff --git a/textproc/py-sphinxcontrib-serializinghtml/Makefile b/textproc/py-sphinxcontrib-serializinghtml/Makefile index 202824eb1e5..cb6c84117bf 100644 --- a/textproc/py-sphinxcontrib-serializinghtml/Makefile +++ b/textproc/py-sphinxcontrib-serializinghtml/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2021/08/05 18:39:39 adam Exp $ +# $NetBSD: Makefile,v 1.8 2022/01/04 20:55:07 wiz Exp $ DISTNAME= sphinxcontrib-serializinghtml-1.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-serializinghtml/} diff --git a/textproc/py-sphinxcontrib-websupport/Makefile b/textproc/py-sphinxcontrib-websupport/Makefile index 0b7f8e1f3f6..f8a42666120 100644 --- a/textproc/py-sphinxcontrib-websupport/Makefile +++ b/textproc/py-sphinxcontrib-websupport/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2020/05/17 21:38:46 adam Exp $ +# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:07 wiz Exp $ DISTNAME= sphinxcontrib-websupport-1.1.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-websupport/} diff --git a/textproc/py-sphobjinv/Makefile b/textproc/py-sphobjinv/Makefile index 02c63ba2552..a83894eb77f 100644 --- a/textproc/py-sphobjinv/Makefile +++ b/textproc/py-sphobjinv/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2020/04/06 08:03:00 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/04 20:55:07 wiz Exp $ DISTNAME= sphobjinv-2.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphobjinv/} diff --git a/textproc/py-tablib/Makefile b/textproc/py-tablib/Makefile index 8891dd03173..1a6773a1966 100644 --- a/textproc/py-tablib/Makefile +++ b/textproc/py-tablib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2020/05/17 21:26:11 adam Exp $ +# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:07 wiz Exp $ DISTNAME= tablib-2.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tablib/} diff --git a/textproc/py-tabulate/Makefile b/textproc/py-tabulate/Makefile index d49274edc39..b772e6b1296 100644 --- a/textproc/py-tabulate/Makefile +++ b/textproc/py-tabulate/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2021/02/22 10:34:52 adam Exp $ +# $NetBSD: Makefile,v 1.9 2022/01/04 20:55:07 wiz Exp $ DISTNAME= tabulate-0.8.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tabulate/} diff --git a/textproc/py-text-unidecode/Makefile b/textproc/py-text-unidecode/Makefile index 4584f54c600..12211050472 100644 --- a/textproc/py-text-unidecode/Makefile +++ b/textproc/py-text-unidecode/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2019/09/02 07:03:48 adam Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/04 20:55:07 wiz Exp $ DISTNAME= text-unidecode-1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=t/text-unidecode/} diff --git a/textproc/py-textile/Makefile b/textproc/py-textile/Makefile index 84a419ccb11..469ec50c3bd 100644 --- a/textproc/py-textile/Makefile +++ b/textproc/py-textile/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2020/05/17 21:38:47 adam Exp $ +# $NetBSD: Makefile,v 1.21 2022/01/04 20:55:08 wiz Exp $ DISTNAME= textile-3.0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=t/textile/} diff --git a/textproc/py-tinycss2/Makefile b/textproc/py-tinycss2/Makefile index 665154ca263..d95083e2b44 100644 --- a/textproc/py-tinycss2/Makefile +++ b/textproc/py-tinycss2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2021/04/28 08:45:52 adam Exp $ +# $NetBSD: Makefile,v 1.8 2022/01/04 20:55:08 wiz Exp $ DISTNAME= tinycss2-1.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tinycss2/} diff --git a/textproc/py-toml/Makefile b/textproc/py-toml/Makefile index 410a8451758..533b0a5983b 100644 --- a/textproc/py-toml/Makefile +++ b/textproc/py-toml/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2020/11/02 10:14:29 adam Exp $ +# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:08 wiz Exp $ DISTNAME= toml-0.10.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=t/toml/} diff --git a/textproc/py-tomli/Makefile b/textproc/py-tomli/Makefile index 1e1c443e969..a7764ebc5c5 100644 --- a/textproc/py-tomli/Makefile +++ b/textproc/py-tomli/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2021/12/06 15:23:59 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:08 wiz Exp $ DISTNAME= tomli-1.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tomli/} diff --git a/textproc/py-ujson/Makefile b/textproc/py-ujson/Makefile index 1d0b74a365b..f804db3b97b 100644 --- a/textproc/py-ujson/Makefile +++ b/textproc/py-ujson/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2022/01/03 07:51:15 adam Exp $ +# $NetBSD: Makefile,v 1.12 2022/01/04 20:55:08 wiz Exp $ DISTNAME= ujson-5.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=u/ujson/} diff --git a/textproc/py-uritemplate/Makefile b/textproc/py-uritemplate/Makefile index 677466b7d9c..73c1f8065d0 100644 --- a/textproc/py-uritemplate/Makefile +++ b/textproc/py-uritemplate/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2021/11/01 19:41:46 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/04 20:55:08 wiz Exp $ DISTNAME= uritemplate-4.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc www python MASTER_SITES= ${MASTER_SITE_PYPI:=u/uritemplate/} diff --git a/textproc/py-validators/Makefile b/textproc/py-validators/Makefile index dd362986e2b..6958dccd7cb 100644 --- a/textproc/py-validators/Makefile +++ b/textproc/py-validators/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2021/08/25 09:14:58 adam Exp $ +# $NetBSD: Makefile,v 1.16 2022/01/04 20:55:08 wiz Exp $ DISTNAME= validators-0.18.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=v/validators/} diff --git a/textproc/py-vobject/Makefile b/textproc/py-vobject/Makefile index bc5fae5ab09..cc524e3fb59 100644 --- a/textproc/py-vobject/Makefile +++ b/textproc/py-vobject/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2018/08/07 06:09:09 adam Exp $ +# $NetBSD: Makefile,v 1.27 2022/01/04 20:55:08 wiz Exp $ DISTNAME= vobject-0.9.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=v/vobject/} diff --git a/textproc/py-wcmatch/Makefile b/textproc/py-wcmatch/Makefile index 09d283dcf74..02a4550fde1 100644 --- a/textproc/py-wcmatch/Makefile +++ b/textproc/py-wcmatch/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2021/11/03 09:39:22 adam Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:08 wiz Exp $ DISTNAME= wcmatch-8.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=w/wcmatch/} diff --git a/textproc/py-webencodings/Makefile b/textproc/py-webencodings/Makefile index 2f0c3280f8f..439ccaa72a1 100644 --- a/textproc/py-webencodings/Makefile +++ b/textproc/py-webencodings/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2017/07/26 10:58:02 adam Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:09 wiz Exp $ DISTNAME= webencodings-0.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc www python MASTER_SITES= ${MASTER_SITE_PYPI:=w/webencodings/} diff --git a/textproc/py-xlrd/Makefile b/textproc/py-xlrd/Makefile index 06860742190..ec3021576d6 100644 --- a/textproc/py-xlrd/Makefile +++ b/textproc/py-xlrd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2021/04/15 06:44:01 adam Exp $ +# $NetBSD: Makefile,v 1.16 2022/01/04 20:55:09 wiz Exp $ DISTNAME= xlrd-2.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=x/xlrd/} diff --git a/textproc/py-xlsxwriter/Makefile b/textproc/py-xlsxwriter/Makefile index 4b9bcd64292..1a61ce89ba4 100644 --- a/textproc/py-xlsxwriter/Makefile +++ b/textproc/py-xlsxwriter/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.52 2021/08/01 18:14:31 adam Exp $ +# $NetBSD: Makefile,v 1.53 2022/01/04 20:55:09 wiz Exp $ DISTNAME= XlsxWriter-1.4.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=X/XlsxWriter/} diff --git a/textproc/py-xlwt/Makefile b/textproc/py-xlwt/Makefile index f28b1d1dae4..6bfbd3ba5eb 100644 --- a/textproc/py-xlwt/Makefile +++ b/textproc/py-xlwt/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2017/08/31 09:31:08 adam Exp $ +# $NetBSD: Makefile,v 1.9 2022/01/04 20:55:09 wiz Exp $ DISTNAME= xlwt-1.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=x/xlwt/} diff --git a/textproc/py-xml2rfc/Makefile b/textproc/py-xml2rfc/Makefile index 4f831030b79..31ecba4ee32 100644 --- a/textproc/py-xml2rfc/Makefile +++ b/textproc/py-xml2rfc/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2021/12/30 13:05:40 adam Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/04 20:55:09 wiz Exp $ DISTNAME= xml2rfc-3.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=x/xml2rfc/} diff --git a/textproc/py-xmlschema/Makefile b/textproc/py-xmlschema/Makefile index c2146f61ee7..3e9684a9978 100644 --- a/textproc/py-xmlschema/Makefile +++ b/textproc/py-xmlschema/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2021/12/30 20:39:00 adam Exp $ +# $NetBSD: Makefile,v 1.34 2022/01/04 20:55:09 wiz Exp $ DISTNAME= xmlschema-1.9.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=x/xmlschema/} diff --git a/textproc/py-xmltodict/Makefile b/textproc/py-xmltodict/Makefile index 75888009832..95ebe717f13 100644 --- a/textproc/py-xmltodict/Makefile +++ b/textproc/py-xmltodict/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2019/02/12 16:36:12 adam Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:09 wiz Exp $ DISTNAME= xmltodict-0.12.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=x/xmltodict/} diff --git a/textproc/py-yaml/Makefile b/textproc/py-yaml/Makefile index 0abbc095555..1a8adce44f7 100644 --- a/textproc/py-yaml/Makefile +++ b/textproc/py-yaml/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2021/02/21 18:33:44 adam Exp $ +# $NetBSD: Makefile,v 1.26 2022/01/04 20:55:09 wiz Exp $ DISTNAME= PyYAML-5.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyYAML/yaml/} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyYAML/} diff --git a/textproc/py27-cssselect2/Makefile b/textproc/py27-cssselect2/Makefile index 050731b8819..4ee96f227c3 100644 --- a/textproc/py27-cssselect2/Makefile +++ b/textproc/py27-cssselect2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2021/05/12 06:28:11 kleink Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:10 wiz Exp $ DISTNAME= cssselect2-0.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cssselect2/} diff --git a/textproc/py27-pyphen/Makefile b/textproc/py27-pyphen/Makefile index 8a3d2bdff94..351b72c5c40 100644 --- a/textproc/py27-pyphen/Makefile +++ b/textproc/py27-pyphen/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2021/05/12 06:26:34 kleink Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:10 wiz Exp $ DISTNAME= Pyphen-0.9.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pyphen/} diff --git a/textproc/py27-tinycss2/Makefile b/textproc/py27-tinycss2/Makefile index 8b1de76803b..ad3f039ac8a 100644 --- a/textproc/py27-tinycss2/Makefile +++ b/textproc/py27-tinycss2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2021/04/29 13:12:42 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/04 20:55:10 wiz Exp $ DISTNAME= tinycss2-0.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tinycss2/} diff --git a/textproc/subliminal/Makefile b/textproc/subliminal/Makefile index 6515db7498c..8dbc96835d6 100644 --- a/textproc/subliminal/Makefile +++ b/textproc/subliminal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2021/11/14 15:18:16 adam Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/04 20:55:10 wiz Exp $ DISTNAME= subliminal-2.1.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/subliminal/} diff --git a/textproc/translate-toolkit/Makefile b/textproc/translate-toolkit/Makefile index c8136e0a1be..b86a36b4f0e 100644 --- a/textproc/translate-toolkit/Makefile +++ b/textproc/translate-toolkit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2020/12/04 20:45:46 nia Exp $ +# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:10 wiz Exp $ DISTNAME= translate-toolkit-3.0.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=t/translate-toolkit/} diff --git a/textproc/yq/Makefile b/textproc/yq/Makefile index 210cb8c6b1d..aafb856660c 100644 --- a/textproc/yq/Makefile +++ b/textproc/yq/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2020/12/04 20:45:46 nia Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:10 wiz Exp $ DISTNAME= yq-2.9.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=kislyuk/} GITHUB_TAG= v${PKGVERSION_NOREV} |