switch some Python ports to py3-only. maintainer oks for the relevant
ports from semarie, kmos, jung, martin, benoit, juanfra. general oks benoit bket daniel kmos
This commit is contained in:
parent
edccbce2e2
commit
e27d4113bb
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.106 2021/07/21 18:31:43 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.107 2021/10/24 09:28:46 sthen Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += base64
|
||||
@ -76,7 +76,6 @@
|
||||
SUBDIR += pflogx
|
||||
SUBDIR += ppmtoTbmp
|
||||
SUBDIR += py-html2text,python3
|
||||
SUBDIR += py-num2words
|
||||
SUBDIR += py-num2words,python3
|
||||
SUBDIR += qprint
|
||||
SUBDIR += recode
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2021/05/21 19:50:22 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2021/10/24 09:28:47 sthen Exp $
|
||||
|
||||
COMMENT = convert numbers to words
|
||||
|
||||
MODPY_EGG_VERSION = 0.5.10
|
||||
DISTNAME = num2words-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = converters
|
||||
|
||||
@ -17,7 +17,7 @@ PERMIT_PACKAGE = Yes
|
||||
MODULES = lang/python
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/06/15 12:13:04 robert Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/10/24 09:28:47 sthen Exp $
|
||||
@pkgpath converters/py-num2words
|
||||
@conflict py-num2words-*
|
||||
bin/num2words
|
||||
lib/python${MODPY_VERSION}/site-packages/num2words/
|
||||
lib/python${MODPY_VERSION}/site-packages/num2words-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.429 2021/10/11 09:36:30 kn Exp $
|
||||
# $OpenBSD: Makefile,v 1.430 2021/10/24 09:28:46 sthen Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += architect
|
||||
@ -179,7 +179,6 @@
|
||||
SUBDIR += py-puppetdb,python3
|
||||
SUBDIR += py-pygresql,python3
|
||||
SUBDIR += py-pymysql,python3
|
||||
SUBDIR += py-redis
|
||||
SUBDIR += py-redis,python3
|
||||
SUBDIR += py-sql
|
||||
SUBDIR += py-sql,python3
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.39 2021/05/21 19:50:22 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.40 2021/10/24 09:28:47 sthen Exp $
|
||||
|
||||
COMMENT = Python interface to Redis
|
||||
|
||||
@ -10,7 +10,7 @@ GH_TAGNAME = ${MODPY_EGG_VERSION}
|
||||
|
||||
PKGNAME = py-redis-${MODPY_EGG_VERSION}
|
||||
CATEGORIES = databases
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
HOMEPAGE = https://github.com/andymccurdy/redis-py/
|
||||
|
||||
@ -22,7 +22,7 @@ PERMIT_PACKAGE = Yes
|
||||
MODULES = lang/python
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
MODPY_PYTEST = Yes
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2020/02/16 13:02:19 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2021/10/24 09:28:47 sthen Exp $
|
||||
@pkgpath databases/py-redis
|
||||
lib/python${MODPY_VERSION}/site-packages/redis/
|
||||
lib/python${MODPY_VERSION}/site-packages/redis-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/redis-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2135 2021/10/21 20:41:21 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.2136 2021/10/24 09:28:46 sthen Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += 64tass
|
||||
@ -1331,7 +1331,6 @@
|
||||
SUBDIR += py-buildbot
|
||||
SUBDIR += py-buildslave
|
||||
SUBDIR += py-bytecodeassembler
|
||||
SUBDIR += py-cached-property
|
||||
SUBDIR += py-cached-property,python3
|
||||
SUBDIR += py-cachetools,python3
|
||||
SUBDIR += py-cairocffi
|
||||
@ -1364,11 +1363,9 @@
|
||||
SUBDIR += py-contextlib2,python3
|
||||
SUBDIR += py-cooldict
|
||||
SUBDIR += py-cooldict,python3
|
||||
SUBDIR += py-country
|
||||
SUBDIR += py-country,python3
|
||||
SUBDIR += py-coverage
|
||||
SUBDIR += py-coverage,python3
|
||||
SUBDIR += py-coveralls
|
||||
SUBDIR += py-coveralls,python3
|
||||
SUBDIR += py-cparser
|
||||
SUBDIR += py-cparser,python3
|
||||
@ -1408,11 +1405,9 @@
|
||||
SUBDIR += py-execnet,python3
|
||||
SUBDIR += py-extras
|
||||
SUBDIR += py-extras,python3
|
||||
SUBDIR += py-fasteners
|
||||
SUBDIR += py-fasteners,python3
|
||||
SUBDIR += py-fastimport,python3
|
||||
SUBDIR += py-faulthandler
|
||||
SUBDIR += py-fields
|
||||
SUBDIR += py-fields,python3
|
||||
SUBDIR += py-filebytes
|
||||
SUBDIR += py-filebytes,python3
|
||||
@ -1450,11 +1445,9 @@
|
||||
SUBDIR += py-hachoir-metadata
|
||||
SUBDIR += py-hachoir-parser
|
||||
SUBDIR += py-hamcrest,python3
|
||||
SUBDIR += py-html5lib
|
||||
SUBDIR += py-html5lib,python3
|
||||
SUBDIR += py-hypothesis
|
||||
SUBDIR += py-hypothesis,python3
|
||||
SUBDIR += py-icalendar
|
||||
SUBDIR += py-icalendar,python3
|
||||
SUBDIR += py-importlib_resources,python3
|
||||
SUBDIR += py-importlib-metadata,python3
|
||||
@ -1524,13 +1517,11 @@
|
||||
SUBDIR += py-nose-warnings-filters,python3
|
||||
SUBDIR += py-nosexcover
|
||||
SUBDIR += py-nosexcover,python3
|
||||
SUBDIR += py-objgraph
|
||||
SUBDIR += py-objgraph,python3
|
||||
SUBDIR += py-olefile
|
||||
SUBDIR += py-olefile,python3
|
||||
SUBDIR += py-parallel
|
||||
SUBDIR += py-parallel,python3
|
||||
SUBDIR += py-parsedatetime
|
||||
SUBDIR += py-parsedatetime,python3
|
||||
SUBDIR += py-parsing
|
||||
SUBDIR += py-parsing,python3
|
||||
@ -1578,11 +1569,10 @@
|
||||
SUBDIR += py-python2-pythondialog
|
||||
SUBDIR += py-qt-builder,python3
|
||||
SUBDIR += py-r2pipe,python3
|
||||
SUBDIR += py-radix
|
||||
SUBDIR += py-radix,python3
|
||||
SUBDIR += py-rcsparse
|
||||
SUBDIR += py-rcsparse,python3
|
||||
SUBDIR += py-regex,python3
|
||||
SUBDIR += py-regex,python3
|
||||
SUBDIR += py-rencode
|
||||
SUBDIR += py-rencode,python3
|
||||
SUBDIR += py-resolvelib,python3
|
||||
@ -1719,7 +1709,6 @@
|
||||
SUBDIR += py-yamllint,python3
|
||||
SUBDIR += py-yapf
|
||||
SUBDIR += py-yapf,python3
|
||||
SUBDIR += py-zc-lockfile
|
||||
SUBDIR += py-zc-lockfile,python3
|
||||
SUBDIR += py-zipp,python3
|
||||
SUBDIR += py-zopecomponent,python3
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2021/05/21 19:50:24 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2021/10/24 09:28:47 sthen Exp $
|
||||
|
||||
COMMENT = decorator for caching properties in classes
|
||||
|
||||
MODPY_EGG_VERSION = 1.5.1
|
||||
DISTNAME = cached-property-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@ -19,7 +19,7 @@ MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
TEST_DEPENDS += devel/py-freezegun${MODPY_FLAVOR} \
|
||||
devel/py-dateutil${MODPY_FLAVOR}
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/08/16 18:25:10 danj Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/10/24 09:28:47 sthen Exp $
|
||||
@pkgpath devel/py-cached-property
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}cached_property.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cached_property-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/cached_property-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2021/05/21 19:50:24 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2021/10/24 09:28:47 sthen Exp $
|
||||
|
||||
COMMENT = country, language, currency and scripts definitions
|
||||
|
||||
MODPY_EGG_VERSION = 19.8.18
|
||||
DISTNAME = pycountry-${MODPY_EGG_VERSION}
|
||||
PKGNAME = ${DISTNAME:S/py/py-/}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@ -21,10 +21,7 @@ MODPY_PYTEST_ARGS = src
|
||||
|
||||
TEST_ENV = PYTHONPATH=${WRKSRC}/lib
|
||||
|
||||
# Upstream has "dropped support" for python2, but it still
|
||||
# works, but it should be checked before future updates
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2020/01/22 05:53:01 kmos Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2021/10/24 09:28:47 sthen Exp $
|
||||
@pkgpath devel/py-country
|
||||
lib/python${MODPY_VERSION}/site-packages/pycountry/
|
||||
lib/python${MODPY_VERSION}/site-packages/pycountry-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/pycountry-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2021/05/21 19:50:24 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2021/10/24 09:28:47 sthen Exp $
|
||||
|
||||
COMMENT = display coverage stats online via coveralls.io
|
||||
|
||||
MODPY_EGG_VERSION = 1.6.0
|
||||
DISTNAME = coveralls-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 6
|
||||
REVISION = 7
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@ -17,7 +17,7 @@ PERMIT_PACKAGE = Yes
|
||||
MODULES = lang/python
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
@ -28,7 +28,4 @@ RUN_DEPENDS = devel/py-docopt${MODPY_FLAVOR} \
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
post-install:
|
||||
mv ${PREFIX}/bin/coveralls ${PREFIX}/bin/coveralls${MODPY_BIN_SUFFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2021/02/19 23:13:01 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2021/10/24 09:28:47 sthen Exp $
|
||||
@pkgpath devel/py-coveralls
|
||||
@conflict py-coveralls-<1.6.0p5
|
||||
bin/coveralls${MODPY_BIN_SUFFIX}
|
||||
bin/coveralls
|
||||
lib/python${MODPY_VERSION}/site-packages/coveralls/
|
||||
lib/python${MODPY_VERSION}/site-packages/coveralls-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/coveralls-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2021/05/21 19:50:25 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2021/10/24 09:28:47 sthen Exp $
|
||||
|
||||
COMMENT = python package that provides useful locks
|
||||
|
||||
MODPY_EGG_VERSION = 0.15
|
||||
DISTNAME = fasteners-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@ -22,17 +22,11 @@ MODPY_PYTEST = Yes
|
||||
MODPY_PYTEST_ARGS = fasteners
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
|
||||
FLAVOR = python3
|
||||
|
||||
RUN_DEPENDS = devel/py-six${MODPY_FLAVOR}
|
||||
|
||||
TEST_DEPENDS = devel/py-pbr${MODPY_FLAVOR} \
|
||||
devel/py-testtools${MODPY_FLAVOR}
|
||||
|
||||
.if !${FLAVOR:Mpython3}
|
||||
RUN_DEPENDS += devel/py-monotonic
|
||||
TEST_DEPENDS += devel/py-futures
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/07/17 00:22:09 danj Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/10/24 09:28:47 sthen Exp $
|
||||
@pkgpath devel/py-fasteners
|
||||
lib/python${MODPY_VERSION}/site-packages/fasteners/
|
||||
lib/python${MODPY_VERSION}/site-packages/fasteners-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/fasteners-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2021/05/21 19:50:25 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2021/10/24 09:28:47 sthen Exp $
|
||||
|
||||
COMMENT = container class boilerplate killer
|
||||
|
||||
MODPY_EGG_VERSION = 5.0.0
|
||||
DISTNAME = fields-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-fields-${MODPY_EGG_VERSION}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@ -22,7 +22,7 @@ MODPY_PI = Yes
|
||||
MODPY_PYTEST = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
TEST_DEPENDS = devel/py-attrs${MODPY_FLAVOR} \
|
||||
devel/py-characteristic${MODPY_FLAVOR} \
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/12/02 22:41:38 kmos Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/10/24 09:28:47 sthen Exp $
|
||||
@pkgpath devel/py-fields
|
||||
lib/python${MODPY_VERSION}/site-packages/fields/
|
||||
lib/python${MODPY_VERSION}/site-packages/fields-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/fields-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2021/05/21 19:50:26 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2021/10/24 09:28:47 sthen Exp $
|
||||
|
||||
COMMENT= HTML parser/tokeniser based for HTML5
|
||||
|
||||
@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 1.0.1
|
||||
DISTNAME= html5lib-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
CATEGORIES= devel www textproc
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
HOMEPAGE= https://github.com/html5lib/html5lib-python/
|
||||
|
||||
@ -27,6 +27,6 @@ TEST_DEPENDS = devel/py-mock${MODPY_FLAVOR} \
|
||||
textproc/py-lxml${MODPY_FLAVOR}
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2017/06/28 18:02:24 shadchin Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2021/10/24 09:28:47 sthen Exp $
|
||||
@pkgpath devel/py-html5lib
|
||||
lib/python${MODPY_VERSION}/site-packages/html5lib/
|
||||
lib/python${MODPY_VERSION}/site-packages/html5lib-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/html5lib-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2021/05/21 19:50:26 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2021/10/24 09:28:47 sthen Exp $
|
||||
|
||||
COMMENT = parser/generator of iCalendar files
|
||||
|
||||
MODPY_EGG_VERSION = 4.0.4
|
||||
DISTNAME = icalendar-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-icalendar-${MODPY_EGG_VERSION}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@ -29,11 +29,6 @@ TEST_DEPENDS = devel/py-coverage${MODPY_FLAVOR} \
|
||||
devel/py-hypothesis${MODPY_FLAVOR}
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
|
||||
post-install:
|
||||
for i in ${PREFIX}/bin/*; do \
|
||||
mv $${i} $${i}${MODPY_BIN_SUFFIX} ;\
|
||||
done
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2021/02/19 23:13:01 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2021/10/24 09:28:48 sthen Exp $
|
||||
@pkgpath devel/py-icalendar
|
||||
@conflict py-icalendar-<4.0.4p1
|
||||
bin/icalendar${MODPY_BIN_SUFFIX}
|
||||
bin/icalendar
|
||||
lib/python${MODPY_VERSION}/site-packages/icalendar/
|
||||
lib/python${MODPY_VERSION}/site-packages/icalendar-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/icalendar-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2021/05/21 19:50:27 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2021/10/24 09:28:48 sthen Exp $
|
||||
|
||||
COMMENT = draw Python object reference graphs
|
||||
|
||||
MODPY_EGG_VERSION = 3.4.1
|
||||
DISTNAME = objgraph-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@ -15,7 +15,7 @@ HOMEPAGE = https://mg.pov.lt/objgraph/
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
MODULES = lang/python
|
||||
MODPY_PI = Yes
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/04/24 21:49:58 kmos Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/10/24 09:28:48 sthen Exp $
|
||||
@pkgpath devel/py-objgraph
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}objgraph.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/objgraph-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/objgraph-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2021/05/21 19:50:27 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2021/10/24 09:28:48 sthen Exp $
|
||||
|
||||
COMMENT= parse human-readable date/time text
|
||||
|
||||
MODPY_EGG_VERSION = 2.5
|
||||
DISTNAME= parsedatetime-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
@ -13,7 +13,7 @@ CATEGORIES= devel
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
FLAVORS= python3
|
||||
FLAVOR?=
|
||||
FLAVOR= python3
|
||||
|
||||
MODULES= lang/python
|
||||
MODPY_PI= Yes
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2017/04/11 09:28:00 rpointel Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2021/10/24 09:28:48 sthen Exp $
|
||||
@pkgpath devel/py-parsedatetime
|
||||
lib/python${MODPY_VERSION}/site-packages/parsedatetime/
|
||||
lib/python${MODPY_VERSION}/site-packages/parsedatetime-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/parsedatetime-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2021/05/21 19:50:27 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2021/10/24 09:28:48 sthen Exp $
|
||||
|
||||
COMMENT = os.path wrapper for Python
|
||||
|
||||
MODPY_EGG_VERSION = 10.3.1
|
||||
DISTNAME = path.py-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@ -25,6 +25,6 @@ BUILD_DEPENDS = devel/py-setuptools_scm${MODPY_FLAVOR}
|
||||
TEST_DEPENDS = devel/py-appdirs${MODPY_FLAVOR}
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2017/01/24 09:45:45 shadchin Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2021/10/24 09:28:48 sthen Exp $
|
||||
@pkgpath devel/py-path.py
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}path.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}test_path.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/path.py
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2021/05/21 19:50:28 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2021/10/24 09:28:48 sthen Exp $
|
||||
|
||||
COMMENT = Radix tree implementation for Python
|
||||
|
||||
MODPY_EGG_VERSION = 0.10.0
|
||||
DISTNAME = py-radix-${MODPY_EGG_VERSION}
|
||||
CATEGORIES= devel net
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
|
||||
HOMEPAGE = https://github.com/mjschultz/py-radix/
|
||||
|
||||
@ -19,7 +19,7 @@ MODPY_SETUPTOOLS = Yes
|
||||
MODPY_PYTEST = Yes
|
||||
|
||||
FLAVORS= python3
|
||||
FLAVOR?=
|
||||
FLAVOR= python3
|
||||
|
||||
MODULES = lang/python
|
||||
WANTLIB += ${MODPY_WANTLIB} pthread
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2021/01/04 14:06:30 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2021/10/24 09:28:48 sthen Exp $
|
||||
@pkgpath devel/py-radix
|
||||
lib/python${MODPY_VERSION}/site-packages/py_radix-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/py_radix-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/py_radix-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2021/05/21 19:50:31 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2021/10/24 09:28:48 sthen Exp $
|
||||
|
||||
COMMENT = basic inter-process locks
|
||||
|
||||
MODPY_EGG_VERSION = 2.0
|
||||
DISTNAME = zc.lockfile-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-zc-lockfile${DISTNAME}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@ -17,7 +17,7 @@ MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
# A newer py-zopetesting (which also supports python3) is needed.
|
||||
NO_TEST = Yes
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/11/23 09:18:15 bket Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/10/24 09:28:48 sthen Exp $
|
||||
@pkgpath devel/py-zc-lockfile
|
||||
lib/python${MODPY_VERSION}/site-packages/zc/
|
||||
lib/python${MODPY_VERSION}/site-packages/zc.lockfile-${MODPY_EGG_VERSION}-py${MODPY_VERSION}-nspkg.pth
|
||||
lib/python${MODPY_VERSION}/site-packages/zc.lockfile-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.204 2021/10/13 19:50:18 tracey Exp $
|
||||
# $OpenBSD: Makefile,v 1.205 2021/10/24 09:28:46 sthen Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += 4ti2
|
||||
@ -120,17 +120,14 @@
|
||||
SUBDIR += prover9
|
||||
SUBDIR += pspp
|
||||
SUBDIR += py-PyWavelets,python3
|
||||
SUBDIR += py-affine
|
||||
SUBDIR += py-affine,python3
|
||||
SUBDIR += py-bottleneck,python3
|
||||
SUBDIR += py-cftime,python3
|
||||
SUBDIR += py-cvxopt,python3
|
||||
SUBDIR += py-cvxpy,python3
|
||||
SUBDIR += py-ecos,python3
|
||||
SUBDIR += py-graphviz
|
||||
SUBDIR += py-graphviz,python3
|
||||
SUBDIR += py-h5py,python3
|
||||
SUBDIR += py-mpmath
|
||||
SUBDIR += py-mpmath,python3
|
||||
SUBDIR += py-networkx,python3
|
||||
SUBDIR += py-netcdf4
|
||||
@ -144,7 +141,6 @@
|
||||
SUBDIR += py-scikit-learn,python3
|
||||
SUBDIR += py-scipy,python3
|
||||
SUBDIR += py-scs,python3
|
||||
SUBDIR += py-pysmt
|
||||
SUBDIR += py-pysmt,python3
|
||||
SUBDIR += py-snuggs,python3
|
||||
SUBDIR += py-statistics
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2021/05/21 19:50:32 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2021/10/24 09:28:48 sthen Exp $
|
||||
|
||||
COMMENT = matrices describing affine transformation of the plane
|
||||
|
||||
@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 2.3.0
|
||||
DISTNAME = affine-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
CATEGORIES = math
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
MAINTAINER = Martin Reindl <martin@catai.org>
|
||||
|
||||
@ -22,6 +22,6 @@ MODPY_PYTEST = Yes
|
||||
TEST_DEPENDS = devel/py-test-cov${MODPY_FLAVOR}
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/02/22 10:58:40 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/10/24 09:28:48 sthen Exp $
|
||||
@pkgpath math/py-affine
|
||||
lib/python${MODPY_VERSION}/site-packages/affine/
|
||||
lib/python${MODPY_VERSION}/site-packages/affine-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/affine-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2021/05/21 19:50:32 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2021/10/24 09:28:48 sthen Exp $
|
||||
|
||||
COMMENT = simple Python interface for Graphviz
|
||||
|
||||
MODPY_EGG_VERSION = 0.14.1
|
||||
DISTNAME = graphviz-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = math
|
||||
|
||||
@ -20,7 +20,7 @@ MODPY_SETUPTOOLS = Yes
|
||||
MODPY_PYTEST = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
TEST_DEPENDS = devel/py-mock${MODPY_FLAVOR} \
|
||||
devel/py-test-cov${MODPY_FLAVOR} \
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2019/10/25 19:24:19 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2021/10/24 09:28:48 sthen Exp $
|
||||
@pkgpath math/py-graphviz
|
||||
lib/python${MODPY_VERSION}/site-packages/graphviz/
|
||||
lib/python${MODPY_VERSION}/site-packages/graphviz-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/graphviz-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:57 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2021/10/24 09:28:48 sthen Exp $
|
||||
|
||||
COMMENT = library for arbitrary-precision floating-point arithmetic
|
||||
|
||||
@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.1.0
|
||||
DISTNAME = mpmath-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
CATEGORIES = math
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
HOMEPAGE = http://mpmath.org/
|
||||
|
||||
@ -20,6 +20,6 @@ MODPY_PYTEST = Yes
|
||||
MODPY_PYTEST_ARGS = mpmath
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2019/09/22 15:29:26 kmos Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2021/10/24 09:28:48 sthen Exp $
|
||||
@pkgpath math/py-mpmath
|
||||
lib/python${MODPY_VERSION}/site-packages/mpmath/
|
||||
lib/python${MODPY_VERSION}/site-packages/mpmath-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/mpmath/__init__.py
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2021/05/21 19:50:32 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2021/10/24 09:28:48 sthen Exp $
|
||||
|
||||
COMMENT = library for SMT formulae manipulation and solving
|
||||
|
||||
MODPY_EGG_VERSION = 0.8.0
|
||||
DISTNAME = PySMT-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = math
|
||||
|
||||
@ -20,7 +20,7 @@ MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
# Explicitly not adding RUN_DEPENDS on all the supported
|
||||
# solvers. That would beat the point of this library.
|
||||
@ -28,9 +28,6 @@ FLAVOR ?=
|
||||
RUN_DEPENDS = devel/py-six${MODPY_FLAVOR}
|
||||
|
||||
post-install:
|
||||
.for i in pysmt pysmt-install pysmt-shell
|
||||
mv ${PREFIX}/bin/$i{,${MODPY_BIN_SUFFIX}}
|
||||
.endfor
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${MODPY_PY_PREFIX}pysmt/
|
||||
${INSTALL_DATA} ${WRKSRC}/README.rst \
|
||||
${PREFIX}/share/doc/${MODPY_PY_PREFIX}pysmt/
|
||||
|
@ -1,8 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/02/19 23:13:04 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2021/10/24 09:28:48 sthen Exp $
|
||||
@pkgpath math/py-pysmt
|
||||
@conflict py-PySMT-<0.8.0p1
|
||||
bin/pysmt${MODPY_BIN_SUFFIX}
|
||||
bin/pysmt-install${MODPY_BIN_SUFFIX}
|
||||
bin/pysmt-shell${MODPY_BIN_SUFFIX}
|
||||
bin/pysmt
|
||||
bin/pysmt-install
|
||||
bin/pysmt-shell
|
||||
lib/python${MODPY_VERSION}/site-packages/PySMT-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/PySMT-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/PySMT-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
|
13
net/Makefile
13
net/Makefile
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1272 2021/10/22 20:49:30 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.1273 2021/10/24 09:28:46 sthen Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += adns
|
||||
@ -552,13 +552,11 @@
|
||||
SUBDIR += purple-rocketchat
|
||||
SUBDIR += putty
|
||||
SUBDIR += py-IOSXR,python3
|
||||
SUBDIR += py-IP
|
||||
SUBDIR += py-IP,python3
|
||||
SUBDIR += py-aiodns,python3
|
||||
SUBDIR += py-boto3,python3
|
||||
SUBDIR += py-botocore,python3
|
||||
SUBDIR += py-cares,python3
|
||||
SUBDIR += py-curl
|
||||
SUBDIR += py-curl,python3
|
||||
SUBDIR += py-cymruwhois
|
||||
SUBDIR += py-cymruwhois,python3
|
||||
@ -568,9 +566,7 @@
|
||||
SUBDIR += py2-dnspython
|
||||
SUBDIR += py-dnspython,python3
|
||||
SUBDIR += py-dpkt
|
||||
SUBDIR += py-eapi
|
||||
SUBDIR += py-eapi,python3
|
||||
SUBDIR += py-ftpdlib
|
||||
SUBDIR += py-ftpdlib,python3
|
||||
SUBDIR += py-geventhttpclient,python3
|
||||
SUBDIR += py-idna
|
||||
@ -588,27 +584,20 @@
|
||||
SUBDIR += py-msgpack,python3
|
||||
SUBDIR += py-nbxmpp,python3
|
||||
SUBDIR += py-ncclient,python3
|
||||
SUBDIR += py-netaddr
|
||||
SUBDIR += py-netaddr,python3
|
||||
SUBDIR += py-netifaces
|
||||
SUBDIR += py-netifaces,python3
|
||||
SUBDIR += py-netmiko,python3
|
||||
SUBDIR += py-nmap
|
||||
SUBDIR += py-nxos,python3
|
||||
SUBDIR += py-paho-mqtt
|
||||
SUBDIR += py-paho-mqtt,python3
|
||||
SUBDIR += py-pcapy,python3
|
||||
SUBDIR += py-pf
|
||||
SUBDIR += py-pf,python3
|
||||
SUBDIR += py-portend
|
||||
SUBDIR += py-portend,python3
|
||||
SUBDIR += py-ripe.atlas.cousteau,python3
|
||||
SUBDIR += py-ripe.atlas.sagan,python3
|
||||
SUBDIR += py-ripe.atlas.tools
|
||||
SUBDIR += py-rrdtool
|
||||
SUBDIR += py-rrdtool,python3
|
||||
SUBDIR += py-s3transfer,python3
|
||||
SUBDIR += py-simplesoap
|
||||
SUBDIR += py-simplesoap,python3
|
||||
SUBDIR += py-siphon,python3
|
||||
SUBDIR += py-slixmpp,python3
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.39 2020/12/03 08:08:24 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.40 2021/10/24 09:28:48 sthen Exp $
|
||||
|
||||
COMMENT = Python module to handle IPv4 and IPv6 address
|
||||
|
||||
MODPY_EGG_VERSION = 1.01
|
||||
REVISION = 0
|
||||
DISTNAME = IPy-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-IP-${MODPY_EGG_VERSION}
|
||||
CATEGORIES = net
|
||||
@ -19,12 +20,10 @@ MODPY_PI = Yes
|
||||
MODULES = lang/python
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
MODPY_DISTUTILS_INSTALLARGS = -O2
|
||||
MODPY_PYOEXTENSION = opt-2.pyc
|
||||
MODPY_PYTEST = Yes
|
||||
|
||||
WRKDIST = ${WRKDIR}/${DISTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2020/12/03 08:08:24 benoit Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2021/10/24 09:28:49 sthen Exp $
|
||||
@pkgpath net/py-IP
|
||||
lib/python${MODPY_VERSION}/site-packages/IPy-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/IPy.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.55 2021/08/16 10:11:44 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.56 2021/10/24 09:28:49 sthen Exp $
|
||||
|
||||
COMMENT= Python interface to cURL library
|
||||
|
||||
MODPY_EGG_VERSION= 7.44.1
|
||||
REVISION= 0
|
||||
DISTNAME= pycurl-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-curl-${MODPY_EGG_VERSION}
|
||||
CATEGORIES= net
|
||||
@ -20,9 +21,8 @@ MODULES= lang/python
|
||||
MODPY_PI= Yes
|
||||
MODPY_SETUPTOOLS= Yes
|
||||
|
||||
# py2 used by devel/bzr
|
||||
FLAVORS= python3
|
||||
FLAVOR?=
|
||||
FLAVOR= python3
|
||||
|
||||
LIB_DEPENDS= net/curl
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.15 2021/08/09 08:47:55 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.16 2021/10/24 09:28:49 sthen Exp $
|
||||
@pkgpath net/py-curl
|
||||
lib/python${MODPY_VERSION}/site-packages/curl/
|
||||
lib/python${MODPY_VERSION}/site-packages/curl/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/curl/${MODPY_PYCACHE}/
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2021/05/21 19:50:33 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2021/10/24 09:28:49 sthen Exp $
|
||||
|
||||
COMMENT = Python client for Arista eAPI
|
||||
|
||||
MODPY_EGG_VERSION = 0.8.3
|
||||
DISTNAME = pyeapi-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME:S/py//}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = net
|
||||
|
||||
@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/04/25 14:20:06 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/10/24 09:28:49 sthen Exp $
|
||||
@pkgpath net/py-eapi
|
||||
lib/python${MODPY_VERSION}/site-packages/pyeapi/
|
||||
lib/python${MODPY_VERSION}/site-packages/pyeapi-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/pyeapi-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2021/05/21 19:50:33 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2021/10/24 09:28:49 sthen Exp $
|
||||
|
||||
COMMENT = FTP server library for Python
|
||||
|
||||
MODPY_EGG_VERSION = 1.5.6
|
||||
DISTNAME = pyftpdlib-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-ftpdlib-${MODPY_EGG_VERSION}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = net devel
|
||||
|
||||
@ -21,11 +21,8 @@ MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
post-install:
|
||||
mv ${PREFIX}/bin/ftpbench ${PREFIX}/bin/ftpbench${MODPY_BIN_SUFFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2021/02/19 23:13:05 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2021/10/24 09:28:49 sthen Exp $
|
||||
@pkgpath net/py-ftpdlib
|
||||
@conflict py-ftpdlib-<1.5.6p1
|
||||
bin/ftpbench${MODPY_BIN_SUFFIX}
|
||||
bin/ftpbench
|
||||
lib/python${MODPY_VERSION}/site-packages/pyftpdlib/
|
||||
lib/python${MODPY_VERSION}/site-packages/pyftpdlib-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/pyftpdlib-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2021/05/21 19:50:33 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2021/10/24 09:28:49 sthen Exp $
|
||||
|
||||
COMMENT = network address representation and manipulation library
|
||||
|
||||
MODPY_EGG_VERSION = 0.7.19
|
||||
DISTNAME = netaddr-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
|
||||
CATEGORIES = net
|
||||
|
||||
@ -19,10 +19,7 @@ MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
MODPY_PYTEST = Yes
|
||||
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
FLAVORS = python3
|
||||
|
||||
post-install:
|
||||
mv ${PREFIX}/bin/netaddr ${PREFIX}/bin/netaddr${MODPY_BIN_SUFFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2021/02/19 23:13:05 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2021/10/24 09:28:49 sthen Exp $
|
||||
@pkgpath net/py-netaddr
|
||||
@conflict py-netaddr-<0.7.19p3
|
||||
bin/netaddr${MODPY_BIN_SUFFIX}
|
||||
bin/netaddr
|
||||
lib/python${MODPY_VERSION}/site-packages/netaddr/
|
||||
lib/python${MODPY_VERSION}/site-packages/netaddr-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/netaddr-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2021/05/21 19:50:33 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2021/10/24 09:28:49 sthen Exp $
|
||||
|
||||
COMMENT = portable network interface information
|
||||
|
||||
@ -7,7 +7,7 @@ CATEGORIES = net
|
||||
MODPY_EGG_VERSION = 0.10.9
|
||||
DISTNAME = netifaces-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
@ -17,7 +17,7 @@ WANTLIB += pthread ${MODPY_WANTLIB}
|
||||
MODULES = lang/python
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/01/04 14:06:36 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2021/10/24 09:28:49 sthen Exp $
|
||||
@pkgpath net/py-netifaces
|
||||
lib/python${MODPY_VERSION}/site-packages/netifaces-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/netifaces-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/netifaces-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2021/05/21 19:50:33 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2021/10/24 09:28:49 sthen Exp $
|
||||
|
||||
COMMENT = MQTT Python client library
|
||||
|
||||
MODPY_EGG_VERSION = 1.5.1
|
||||
DISTNAME = paho-mqtt-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
HOMEPAGE = http://www.eclipse.org/paho/clients/python/
|
||||
|
||||
@ -19,7 +19,7 @@ MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
MODPY_ADJ_FILES = examples/*.py
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2021/04/23 21:13:07 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2021/10/24 09:28:49 sthen Exp $
|
||||
@pkgpath net/py-paho-mqtt
|
||||
lib/python${MODPY_VERSION}/site-packages/paho/
|
||||
lib/python${MODPY_VERSION}/site-packages/paho/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/paho/${MODPY_PYCACHE}/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:02 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2021/10/24 09:28:49 sthen Exp $
|
||||
|
||||
COMMENT = Python module for managing PF
|
||||
|
||||
@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.2.1
|
||||
GH_ACCOUNT = dotpy
|
||||
GH_PROJECT = py-pf
|
||||
GH_TAGNAME = ${MODPY_EGG_VERSION}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
# remove with next update; tarball was regenerated at github
|
||||
DISTFILES = ${DISTNAME}_1{${DISTNAME}}${EXTRACT_SUFX}
|
||||
@ -21,11 +21,7 @@ PERMIT_PACKAGE = Yes
|
||||
MODULES = lang/python
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
|
||||
.if ${FLAVOR:L:Mpython3}
|
||||
PATCH_LIST = patch-* python3-*
|
||||
.endif
|
||||
FLAVOR = python3
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/py-six${MODPY_FLAVOR}
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2018/06/15 06:36:30 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2021/10/24 09:28:49 sthen Exp $
|
||||
@pkgpath net/py-pf
|
||||
lib/python${MODPY_VERSION}/site-packages/pf/
|
||||
lib/python${MODPY_VERSION}/site-packages/pf/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pf/${MODPY_PYCACHE}/
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2021/05/21 19:50:33 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2021/10/24 09:28:49 sthen Exp $
|
||||
|
||||
COMMENT = monitor TCP ports for bound or unbound states
|
||||
|
||||
MODPY_EGG_VERSION = 2.5
|
||||
DISTNAME = portend-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 1
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = net
|
||||
|
||||
@ -22,7 +22,7 @@ BUILD_DEPENDS = devel/py-setuptools_scm${MODPY_FLAVOR}>=1.15.0
|
||||
RUN_DEPENDS = devel/py-tempora${MODPY_FLAVOR}>=1.8
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/12/17 21:05:17 bket Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/10/24 09:28:49 sthen Exp $
|
||||
@pkgpath net/py-portend
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}portend.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/portend-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/portend-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2021/05/21 19:50:33 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2021/10/24 09:28:49 sthen Exp $
|
||||
|
||||
COMMENT = Python bindings for rrdtool
|
||||
|
||||
MODPY_EGG_VERSION = 0.1.15
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
DISTNAME = rrdtool-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
@ -25,6 +25,6 @@ MODPY_SETUPTOOLS = Yes
|
||||
NO_TEST = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2021/01/04 14:06:36 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2021/10/24 09:28:49 sthen Exp $
|
||||
@conflict py-rrd-*
|
||||
@pkgpath net/rrdtool,-python
|
||||
@pkgpath net/py-rrdtool
|
||||
lib/python${MODPY_VERSION}/site-packages/rrdtool-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/rrdtool-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/rrdtool-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:02 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2021/10/24 09:28:49 sthen Exp $
|
||||
|
||||
COMMENT = simple and lightweight SOAP library
|
||||
|
||||
MODPY_EGG_VERSION = 1.16.2
|
||||
DISTNAME = PySimpleSOAP-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-simplesoap-${MODPY_EGG_VERSION}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = net
|
||||
|
||||
@ -16,7 +16,7 @@ MODULES = lang/python
|
||||
MODPY_PI = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/11/30 07:50:18 semarie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/10/24 09:28:50 sthen Exp $
|
||||
@pkgpath net/py-simplesoap
|
||||
lib/python${MODPY_VERSION}/site-packages/PySimpleSOAP-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/
|
||||
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/__init__.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.635 2021/10/05 13:17:35 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.636 2021/10/24 09:28:46 sthen Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += ADMsnmp
|
||||
@ -270,7 +270,6 @@
|
||||
SUBDIR += py-M2Crypto,python3
|
||||
SUBDIR += py-PyNaCl
|
||||
SUBDIR += py-PyNaCl,python3
|
||||
SUBDIR += py-aes
|
||||
SUBDIR += py-aes,python3
|
||||
SUBDIR += py-argon2-cffi,python3
|
||||
SUBDIR += py-artifacts,python3
|
||||
@ -307,19 +306,15 @@
|
||||
SUBDIR += py-pbkdf2,python3
|
||||
SUBDIR += py-pefile
|
||||
SUBDIR += py-pefile,python3
|
||||
SUBDIR += py-pgpdump
|
||||
SUBDIR += py-pgpdump,python3
|
||||
SUBDIR += py-potr
|
||||
SUBDIR += py-potr,python3
|
||||
SUBDIR += py-pykeepass,python3
|
||||
SUBDIR += py-pysha3
|
||||
SUBDIR += py-pyscard,python3
|
||||
SUBDIR += py-requests-aws4auth
|
||||
SUBDIR += py-requests-aws4auth,python3
|
||||
SUBDIR += py-ropper,python3
|
||||
SUBDIR += py-rsa,python3
|
||||
SUBDIR += py-scp,python3
|
||||
SUBDIR += py-scrypt
|
||||
SUBDIR += py-scrypt,python3
|
||||
SUBDIR += py-secretstorage,python3
|
||||
SUBDIR += py-service_identity,python3
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:06 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2021/10/24 09:28:50 sthen Exp $
|
||||
|
||||
COMMENT = pure-Python implementation of AES block-cipher
|
||||
|
||||
MODPY_EGG_VERSION = 1.6.1
|
||||
DISTNAME = pyaes-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-aes-${MODPY_EGG_VERSION}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
@ -16,7 +16,7 @@ MODULES = lang/python
|
||||
MODPY_PI = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
TEST_DEPENDS = ${FULLPKGNAME}:${FULLPKGPATH}
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/07/09 05:36:45 rsadowski Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/10/24 09:28:50 sthen Exp $
|
||||
@pkgpath security/py-aes
|
||||
lib/python${MODPY_VERSION}/site-packages/pyaes/
|
||||
lib/python${MODPY_VERSION}/site-packages/pyaes-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/pyaes/__init__.py
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:07 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2021/10/24 09:28:50 sthen Exp $
|
||||
|
||||
COMMENT = PGP packet parser library for Python
|
||||
|
||||
MODPY_EGG_VERSION = 1.5
|
||||
DISTNAME = pgpdump-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
@ -18,7 +18,7 @@ MODULES = lang/python
|
||||
MODPY_PI = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
# test_parse_partial_length fails due to a missing file in the sources
|
||||
do-test:
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/04/25 13:37:26 solene Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/10/24 09:28:50 sthen Exp $
|
||||
@pkgpath security/py-pgpdump
|
||||
lib/python${MODPY_VERSION}/site-packages/pgpdump/
|
||||
lib/python${MODPY_VERSION}/site-packages/pgpdump-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/pgpdump/__init__.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2021/07/03 03:05:11 danj Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2021/10/24 09:28:50 sthen Exp $
|
||||
|
||||
COMMENT = pure Python Off-The-Record encryption
|
||||
|
||||
@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.0.1
|
||||
DISTNAME = python-potr-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-potr-${MODPY_EGG_VERSION}
|
||||
CATEGORIES = security net
|
||||
REVISION = 6
|
||||
REVISION = 7
|
||||
|
||||
# LGPLv3
|
||||
PERMIT_PACKAGE = Yes
|
||||
@ -19,7 +19,7 @@ MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
RUN_DEPENDS = security/py-cryptodome${MODPY_FLAVOR}
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2016/05/07 14:53:13 danj Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/10/24 09:28:50 sthen Exp $
|
||||
@pkgpath security/py-potr
|
||||
lib/python${MODPY_VERSION}/site-packages/potr/
|
||||
lib/python${MODPY_VERSION}/site-packages/potr/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/potr/${MODPY_PYCACHE}/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2021/06/12 02:24:53 daniel Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2021/10/24 09:28:50 sthen Exp $
|
||||
|
||||
COMMENT = AWS v4 authentication for py-requests
|
||||
|
||||
@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.9
|
||||
|
||||
DISTNAME = requests-aws4auth-${MODPY_EGG_VERSION}
|
||||
PKGNAME = ${MODPY_PY_PREFIX}requests-aws4auth-${MODPY_EGG_VERSION}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
@ -23,7 +23,7 @@ RUN_DEPENDS = www/py-requests${MODPY_FLAVOR}
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/02/14 07:13:37 pvk Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/10/24 09:28:50 sthen Exp $
|
||||
@pkgpath security/py-requests-aws4auth
|
||||
@comment lib/python${MODPY_VERSION}/site-packages/HISTORY.rst
|
||||
@comment lib/python${MODPY_VERSION}/site-packages/LICENSE
|
||||
@comment lib/python${MODPY_VERSION}/site-packages/NOTICE
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2021/07/15 17:06:27 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2021/10/24 09:28:50 sthen Exp $
|
||||
|
||||
COMMENT = support for the scrypt key derivation function
|
||||
|
||||
MODPY_EGG_VERSION = 0.8.18
|
||||
REVISION = 0
|
||||
|
||||
DISTNAME = scrypt-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
@ -22,6 +23,6 @@ MODPY_PYTEST = Yes
|
||||
TEST_ENV = PY_IGNORE_IMPORTMISMATCH=1
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2021/03/12 21:25:54 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2021/10/24 09:28:50 sthen Exp $
|
||||
@pkgpath security/py-scrypt
|
||||
@so lib/python${MODPY_VERSION}/site-packages/_scrypt.${MODPY_PYC_MAGIC_TAG}so
|
||||
lib/python${MODPY_VERSION}/site-packages/scrypt/
|
||||
lib/python${MODPY_VERSION}/site-packages/scrypt-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.690 2021/10/16 12:47:12 sdk Exp $
|
||||
# $OpenBSD: Makefile,v 1.691 2021/10/24 09:28:47 sthen Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += TclXML
|
||||
@ -417,7 +417,6 @@
|
||||
SUBDIR += py-markdown
|
||||
SUBDIR += py-markdown,python3
|
||||
SUBDIR += py-m2r,python3
|
||||
SUBDIR += py-mistune
|
||||
SUBDIR += py-mistune,python3
|
||||
SUBDIR += py-natsort,python3
|
||||
SUBDIR += py-nltk,python3
|
||||
@ -431,29 +430,22 @@
|
||||
SUBDIR += py-pdf
|
||||
SUBDIR += py-pdfminer
|
||||
SUBDIR += py-podcastparser,python3
|
||||
SUBDIR += py-polib
|
||||
SUBDIR += py-polib,python3
|
||||
SUBDIR += py-precis_i18n
|
||||
SUBDIR += py-prettytable
|
||||
SUBDIR += py-prettytable,python3
|
||||
SUBDIR += py-pyRFC3339,python3
|
||||
SUBDIR += py-pyaml
|
||||
SUBDIR += py-pyaml,python3
|
||||
SUBDIR += py-pygfm,python3
|
||||
SUBDIR += py-pygments,python3
|
||||
SUBDIR += py-pykwalify
|
||||
SUBDIR += py-pykwalify,python3
|
||||
SUBDIR += py-pypandoc,python3
|
||||
SUBDIR += py-rebulk,python3
|
||||
SUBDIR += py-recommonmark,python3
|
||||
SUBDIR += py-ruamel.yaml
|
||||
SUBDIR += py-ruamel.yaml,python3
|
||||
SUBDIR += py-signedjson,python3
|
||||
SUBDIR += py-semver
|
||||
SUBDIR += py-snowballstemmer,python3
|
||||
SUBDIR += py-spdx
|
||||
SUBDIR += py-spdx,python3
|
||||
SUBDIR += py-spdx-lookup
|
||||
SUBDIR += py-spdx-lookup,python3
|
||||
SUBDIR += py-sphinx,python3
|
||||
SUBDIR += py-sphinx-intl,python3
|
||||
@ -466,18 +458,14 @@
|
||||
SUBDIR += py-textfsm,python3
|
||||
SUBDIR += py-toml,python3
|
||||
SUBDIR += py-unicodecsv,python3
|
||||
SUBDIR += py-unidecode
|
||||
SUBDIR += py-unidecode,python3
|
||||
SUBDIR += py-unpaddedbase64,python3
|
||||
SUBDIR += py-vobject
|
||||
SUBDIR += py-vobject,python3
|
||||
SUBDIR += py-webencodings
|
||||
SUBDIR += py-webencodings,python3
|
||||
SUBDIR += py-xlrd,python3
|
||||
SUBDIR += py-xlwt,python3
|
||||
SUBDIR += py-xml
|
||||
SUBDIR += py-xmldiff
|
||||
SUBDIR += py-xmltodict
|
||||
SUBDIR += py-xmltodict,python3
|
||||
SUBDIR += py-yaml
|
||||
SUBDIR += py-yaml,python3
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2021/05/21 19:50:36 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2021/10/24 09:28:50 sthen Exp $
|
||||
|
||||
COMMENT = markdown parser for Python
|
||||
|
||||
MODPY_EGG_VERSION = 0.8.4
|
||||
DISTNAME = mistune-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = textproc
|
||||
|
||||
@ -21,6 +21,6 @@ MODPY_SETUPTOOLS = Yes
|
||||
MODPY_PYTEST = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2016/10/23 13:38:36 shadchin Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2021/10/24 09:28:50 sthen Exp $
|
||||
@pkgpath textproc/py-mistune
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}mistune.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mistune-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/mistune-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2021/05/21 19:50:36 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2021/10/24 09:28:50 sthen Exp $
|
||||
|
||||
COMMENT= Python library to manipulate gettext files
|
||||
|
||||
MODPY_EGG_VERSION = 1.1.0
|
||||
DISTNAME = polib-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES= textproc devel
|
||||
|
||||
@ -17,7 +17,7 @@ MODPY_PI= Yes
|
||||
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
FLAVORS = python3
|
||||
|
||||
# only used on test, but poisoned if not in BUILD_DEPENDS
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2017/11/02 12:57:13 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2021/10/24 09:28:50 sthen Exp $
|
||||
@pkgpath textproc/py-polib
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}polib.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/polib-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/polib-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2021/05/21 19:50:37 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2021/10/24 09:28:50 sthen Exp $
|
||||
|
||||
COMMENT = Python library for pretty-printing tabular data
|
||||
|
||||
@ -6,14 +6,14 @@ MODPY_EGG_VERSION = 0.7.2
|
||||
DISTNAME = prettytable-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
CATEGORIES = textproc devel
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
|
||||
MAINTAINER = Edd Barrett <edd@openbsd.org>
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=prettytable/}
|
||||
HOMEPAGE = https://code.google.com/p/prettytable/
|
||||
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
FLAVORS = python3
|
||||
|
||||
# 3 clause BSD
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2018/04/30 15:52:27 edd Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2021/10/24 09:28:50 sthen Exp $
|
||||
@pkgpath textproc/py-prettytable
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}prettytable.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/prettytable-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/prettytable-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2021/05/21 19:50:37 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2021/10/24 09:28:50 sthen Exp $
|
||||
|
||||
COMMENT = module to produce pretty and readable YAML
|
||||
|
||||
MODPY_EGG_VERSION = 19.4.1
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
DISTNAME = pyaml-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
@ -23,7 +23,7 @@ MODPY_PYTEST = Yes
|
||||
MODPY_PYTEST_ARGS = pyaml/tests/dump.py
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
TEST_DEPENDS = textproc/py-unidecode${MODPY_FLAVOR}
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2019/12/27 17:10:44 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2021/10/24 09:28:50 sthen Exp $
|
||||
@pkgpath textproc/py-pyaml
|
||||
lib/python${MODPY_VERSION}/site-packages/pyaml/
|
||||
lib/python${MODPY_VERSION}/site-packages/pyaml-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/pyaml-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2021/05/21 19:50:37 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2021/10/24 09:28:50 sthen Exp $
|
||||
|
||||
COMMENT = lib/cli for JSON/YAML schema validation
|
||||
|
||||
MODPY_EGG_VERSION = 1.6.0
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
DISTNAME = pykwalify-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
|
||||
@ -17,13 +17,10 @@ MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
RUN_DEPENDS = devel/py-dateutil${MODPY_FLAVOR} \
|
||||
devel/py-docopt${MODPY_FLAVOR} \
|
||||
textproc/py-yaml${MODPY_FLAVOR}
|
||||
|
||||
post-install:
|
||||
mv ${PREFIX}/bin/pykwalify{,${MODPY_BIN_SUFFIX}}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/02/19 23:13:06 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2021/10/24 09:28:51 sthen Exp $
|
||||
@pkgpath textproc/py-pykwalify
|
||||
@conflict py-pykwalify-<1.6.0p3
|
||||
bin/pykwalify${MODPY_BIN_SUFFIX}
|
||||
bin/pykwalify
|
||||
lib/python${MODPY_VERSION}/site-packages/pykwalify/
|
||||
lib/python${MODPY_VERSION}/site-packages/pykwalify-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/pykwalify-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,28 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2021/05/21 19:50:37 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2021/10/24 09:28:51 sthen Exp $
|
||||
|
||||
COMMENT = YAML 1.2 loader/dumper package for Python
|
||||
|
||||
MODPY_EGG_VERSION = 0.15.92
|
||||
DISTNAME = ruamel.yaml-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
|
||||
CATEGORIES = textproc
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = ${MODPY_WANTLIB} pthread
|
||||
|
||||
MODULES = lang/python
|
||||
MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
|
||||
WANTLIB = ${MODPY_WANTLIB} pthread
|
||||
|
||||
.if !${FLAVOR:Mpython3}
|
||||
RUN_DEPENDS = devel/py-ruamel.ordereddict${MODPY_FLAVOR}
|
||||
.endif
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2021/01/04 14:06:39 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2021/10/24 09:28:51 sthen Exp $
|
||||
@pkgpath textproc/py-ruamel.yaml
|
||||
@so lib/python${MODPY_VERSION}/site-packages/_ruamel_yaml.${MODPY_PYC_MAGIC_TAG}so
|
||||
lib/python${MODPY_VERSION}/site-packages/ruamel/
|
||||
lib/python${MODPY_VERSION}/site-packages/ruamel.yaml-${MODPY_EGG_VERSION}-py${MODPY_VERSION}-nspkg.pth
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2021/05/21 19:50:37 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2021/10/24 09:28:51 sthen Exp $
|
||||
|
||||
COMMENT = SPDX license list query tool
|
||||
|
||||
MODPY_EGG_VERSION = 0.3.2
|
||||
DISTNAME = spdx-lookup-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-spdx-lookup-${MODPY_EGG_VERSION}
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
|
||||
CATEGORIES = textproc
|
||||
|
||||
@ -19,15 +19,10 @@ MODPY_SETUPTOOLS = Yes
|
||||
MODPY_PI = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
RUN_DEPENDS = textproc/py-spdx${MODPY_FLAVOR}
|
||||
|
||||
post-install:
|
||||
for i in ${PREFIX}/bin/*; do \
|
||||
mv $${i} $${i}${MODPY_BIN_SUFFIX} ;\
|
||||
done
|
||||
|
||||
NO_TEST = No tests written by upstream
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/02/19 23:13:06 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2021/10/24 09:28:51 sthen Exp $
|
||||
@pkgpath textproc/py-spdx-lookup
|
||||
@conflict py-spdx-lookup-<0.3.2p2
|
||||
bin/spdx-lookup${MODPY_BIN_SUFFIX}
|
||||
bin/spdx-lookup
|
||||
lib/python${MODPY_VERSION}/site-packages/spdx_lookup/
|
||||
lib/python${MODPY_VERSION}/site-packages/spdx_lookup-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/spdx_lookup-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2021/05/21 19:50:37 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2021/10/24 09:28:51 sthen Exp $
|
||||
|
||||
COMMENT = SPDX license list database
|
||||
|
||||
MODPY_EGG_VERSION = 2.5.0
|
||||
DISTNAME = spdx-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-spdx-${MODPY_EGG_VERSION}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = textproc
|
||||
|
||||
@ -19,6 +19,6 @@ MODPY_SETUPTOOLS = Yes
|
||||
MODPY_PI = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/04/24 10:06:26 danj Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/10/24 09:28:51 sthen Exp $
|
||||
@pkgpath textproc/py-spdx
|
||||
lib/python${MODPY_VERSION}/site-packages/spdx/
|
||||
lib/python${MODPY_VERSION}/site-packages/spdx-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/spdx-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2021/05/21 19:50:37 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2021/10/24 09:28:51 sthen Exp $
|
||||
|
||||
COMMENT = US-ASCII transliterations of Unicode text
|
||||
|
||||
MODPY_EGG_VERSION = 1.1.1
|
||||
DISTNAME = Unidecode-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME:L}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = textproc devel
|
||||
|
||||
@ -21,9 +21,6 @@ MODPY_SETUPTOOLS = Yes
|
||||
MODPY_PYTEST = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
|
||||
post-install:
|
||||
mv ${PREFIX}/bin/unidecode{,${MODPY_BIN_SUFFIX}}
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2021/02/19 23:13:07 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2021/10/24 09:28:51 sthen Exp $
|
||||
@pkgpath textproc/py-unidecode
|
||||
@conflict py-unidecode-<1.1.1p1
|
||||
bin/unidecode${MODPY_BIN_SUFFIX}
|
||||
bin/unidecode
|
||||
lib/python${MODPY_VERSION}/site-packages/Unidecode-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/Unidecode-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/Unidecode-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2021/05/21 19:50:37 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2021/10/24 09:28:51 sthen Exp $
|
||||
|
||||
COMMENT = iCalendar library for Python
|
||||
|
||||
MODPY_EGG_VERSION = 0.9.6.1
|
||||
DISTNAME = vobject-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
|
||||
CATEGORIES= textproc devel
|
||||
|
||||
@ -19,7 +19,7 @@ MASTER_SITES= ${HOMEPAGE}
|
||||
MODULES= lang/python
|
||||
MODPY_PI= Yes
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
MODPY_SETUPTOOLS= Yes
|
||||
MODPY_PYTEST = Yes
|
||||
@ -29,9 +29,4 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= devel/py-dateutil${MODPY_FLAVOR} \
|
||||
devel/py-six${MODPY_FLAVOR}
|
||||
|
||||
post-install:
|
||||
.for b in change_tz ics_diff
|
||||
mv ${PREFIX}/bin/$b{,${MODPY_BIN_SUFFIX}}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2021/02/19 23:13:07 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2021/10/24 09:28:51 sthen Exp $
|
||||
@pkgpath textproc/py-vobject
|
||||
@conflict py-vobject-<0.9.6.1p2
|
||||
bin/change_tz${MODPY_BIN_SUFFIX}
|
||||
bin/ics_diff${MODPY_BIN_SUFFIX}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2021/05/21 19:50:37 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2021/10/24 09:28:51 sthen Exp $
|
||||
|
||||
COMMENT = character encoding aliases for legacy web content
|
||||
|
||||
@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.5.1
|
||||
DISTNAME = webencodings-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
CATEGORIES = textproc
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE = Yes
|
||||
@ -19,6 +19,6 @@ MODPY_PYTEST = Yes
|
||||
MODPY_PYTEST_ARGS = webencodings/tests.py
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/05/24 14:54:28 shadchin Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/10/24 09:28:51 sthen Exp $
|
||||
@pkgpath textproc/py-webencodings
|
||||
lib/python${MODPY_VERSION}/site-packages/webencodings/
|
||||
lib/python${MODPY_VERSION}/site-packages/webencodings-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/webencodings-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2021/05/21 19:50:37 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2021/10/24 09:28:51 sthen Exp $
|
||||
|
||||
COMMENT = makes working with XML feel like orking with JSON
|
||||
|
||||
MODPY_EGG_VERSION = 0.12.0
|
||||
DISTNAME = xmltodict-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = textproc
|
||||
|
||||
@ -22,6 +22,6 @@ MODPY_PYTEST = Yes
|
||||
TEST_DEPENDS = devel/py-coverage${MODPY_FLAVOR}
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/05/04 11:40:32 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/10/24 09:28:51 sthen Exp $
|
||||
@pkgpath textproc/py-xmltodict
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}xmltodict.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/xmltodict-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/xmltodict-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
27
www/Makefile
27
www/Makefile
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1041 2021/10/23 16:03:20 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.1042 2021/10/24 09:28:47 sthen Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += analog
|
||||
@ -415,26 +415,18 @@
|
||||
SUBDIR += privoxy
|
||||
SUBDIR += puppetboard
|
||||
SUBDIR += purritobin
|
||||
SUBDIR += py-CherryPy
|
||||
SUBDIR += py-CherryPy,python3
|
||||
SUBDIR += py-adblock,python3
|
||||
SUBDIR += py-aiohttp,python3
|
||||
SUBDIR += py-autobahn,python3
|
||||
SUBDIR += py-beaker
|
||||
SUBDIR += py-beaker,python3
|
||||
SUBDIR += py-beautifulsoup4,python3
|
||||
SUBDIR += py-betamax
|
||||
SUBDIR += py-betamax,python3
|
||||
SUBDIR += py-bleach
|
||||
SUBDIR += py-bleach,python3
|
||||
SUBDIR += py-bokeh,python3
|
||||
SUBDIR += py-bottle
|
||||
SUBDIR += py-bottle,python3
|
||||
SUBDIR += py-cheroot
|
||||
SUBDIR += py-cheroot,python3
|
||||
SUBDIR += py-cookies
|
||||
SUBDIR += py-cookies,python3
|
||||
SUBDIR += py-feedgenerator
|
||||
SUBDIR += py-feedgenerator,python3
|
||||
SUBDIR += py-flask,python3
|
||||
SUBDIR += py-flask-cors
|
||||
@ -443,7 +435,6 @@
|
||||
SUBDIR += py-flask-wtf,python3
|
||||
SUBDIR += py-flup
|
||||
SUBDIR += py-flup,python3
|
||||
SUBDIR += py-formencode
|
||||
SUBDIR += py-formencode,python3
|
||||
SUBDIR += py-frozen-flask,python3
|
||||
SUBDIR += py-genshi,python3
|
||||
@ -451,17 +442,14 @@
|
||||
SUBDIR += py-html5-parser,python3
|
||||
SUBDIR += py-http_ece,python3
|
||||
SUBDIR += py-httpbin,python3
|
||||
SUBDIR += py-httpie
|
||||
SUBDIR += py-httplib2
|
||||
SUBDIR += py-httpie # standalone py3 cli tool
|
||||
SUBDIR += py-httplib2,python3
|
||||
SUBDIR += py-hyperlink,python3
|
||||
SUBDIR += py-itsdangerous,python3
|
||||
SUBDIR += py-jinja2
|
||||
SUBDIR += py-jinja2,python3
|
||||
SUBDIR += py-jonpy
|
||||
SUBDIR += py-jwt,python3
|
||||
SUBDIR += py-macaroons,python3
|
||||
SUBDIR += py-mako
|
||||
SUBDIR += py-mako,python3
|
||||
SUBDIR += py-mastodon.py
|
||||
SUBDIR += py-mechanize,python3
|
||||
@ -476,40 +464,29 @@
|
||||
SUBDIR += py-query,python3
|
||||
SUBDIR += py-quixote
|
||||
SUBDIR += py-recaptcha-client
|
||||
SUBDIR += py-repoze-lru
|
||||
SUBDIR += py-repoze-lru,python3
|
||||
SUBDIR += py-repoze-profile
|
||||
SUBDIR += py-repoze-profile,python3
|
||||
SUBDIR += py-repoze-who
|
||||
SUBDIR += py-repoze-who,python3
|
||||
SUBDIR += py-requests
|
||||
SUBDIR += py-requests,python3
|
||||
SUBDIR += py-requests-cache,python3
|
||||
SUBDIR += py-requests-futures
|
||||
SUBDIR += py-requests-futures,python3
|
||||
SUBDIR += py-requests-mock
|
||||
SUBDIR += py-requests-mock,python3
|
||||
SUBDIR += py-requests-oauthlib,python3
|
||||
SUBDIR += py-requests-toolbelt
|
||||
SUBDIR += py-requests-toolbelt,python3
|
||||
SUBDIR += py-requests-unixsocket,python3
|
||||
SUBDIR += py-responses,python3
|
||||
SUBDIR += py-selenium
|
||||
SUBDIR += py-selenium,python3
|
||||
SUBDIR += py-soupsieve
|
||||
SUBDIR += py-soupsieve,python3
|
||||
SUBDIR += py-tempita
|
||||
SUBDIR += py-tempita,python3
|
||||
SUBDIR += py-terminado,python3
|
||||
SUBDIR += py-tornado,python3
|
||||
SUBDIR += py-treq,python3
|
||||
SUBDIR += py-uritemplate
|
||||
SUBDIR += py-uritemplate,python3
|
||||
SUBDIR += py-urlgrabber,python3
|
||||
SUBDIR += py-urllib3
|
||||
SUBDIR += py-urllib3,python3
|
||||
SUBDIR += py-vcrpy,python3
|
||||
SUBDIR += py-waitress
|
||||
SUBDIR += py-waitress,python3
|
||||
SUBDIR += py-webob,python3
|
||||
SUBDIR += py-webpy,python3
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user