replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

This commit is contained in:
sthen 2019-07-12 20:45:45 +00:00
parent f74b6c2d62
commit 484cf3de0c
900 changed files with 1799 additions and 1799 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2019/05/13 18:06:42 danj Exp $
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:45 sthen Exp $
COMMENT = backport of the lru_cache from functools
@ -9,7 +9,7 @@ CATEGORIES = devel
REVISION = 0
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2019/05/13 18:06:42 danj Exp $
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:45:45 sthen Exp $
COMMENT = backport of the get_terminal_size function from shutil
@ -9,7 +9,7 @@ CATEGORIES = devel
REVISION = 1
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2019/05/13 18:06:43 danj Exp $
# $OpenBSD: Makefile,v 1.8 2019/07/12 20:45:45 sthen Exp $
COMMENT = ssl.match_hostname() function from Python 3.5
@ -9,7 +9,7 @@ CATEGORIES = devel
REVISION = 1
# Python Software Foundation License
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2017/01/22 08:00:32 rpointel Exp $
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:45:45 sthen Exp $
COMMENT = bencoding and bdecoding implementation
@ -14,7 +14,7 @@ MAINTAINER = Remi Pointel <rpointel@openbsd.org>
# BitTorrent Open Source License
# BTOSL http://www.bittorrent.com/license
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2019/05/15 12:04:35 kmos Exp $
# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:45 sthen Exp $
COMMENT = lightweight Python package to check if a file is binary
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = https://github.com/audreyr/binaryornot
# BSD-3-Clause
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2019/05/15 12:04:35 kmos Exp $
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:45 sthen Exp $
COMMENT = binary property list (plist) parser module written in Python
@ -14,7 +14,7 @@ CATEGORIES = devel
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
# Apachev2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2019/04/28 20:51:30 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:45 sthen Exp $
COMMENT = binary plist parser/generator for Python
@ -12,7 +12,7 @@ CATEGORIES = devel
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2019/04/28 20:51:30 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:45 sthen Exp $
COMMENT = wrapper around terminal coloring, styling, and positioning
@ -9,7 +9,7 @@ CATEGORIES = devel
REVISION = 3
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2019/04/28 20:51:30 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2019/07/12 20:45:45 sthen Exp $
COMMENT = fast, simple object-to-object and broadcast signaling
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = http://pythonhosted.org/blinker/
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2019/04/28 20:51:30 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:45:45 sthen Exp $
COMMENT = list-like type with better asymptotic performance
@ -11,7 +11,7 @@ REVISION = 2
HOMEPAGE = http://stutzbachenterprises.com/blist/
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB = pthread ${MODPY_WANTLIB}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.15 2019/05/28 18:54:25 landry Exp $
# $OpenBSD: Makefile.inc,v 1.16 2019/07/12 20:45:46 sthen Exp $
MODPY_EGG_VERSION ?= 2.3.1
DISTNAME ?= buildbot-${PART}-${MODPY_EGG_VERSION}
@ -9,7 +9,7 @@ CATEGORIES = devel devel/py-buildbot
HOMEPAGE ?= https://buildbot.net/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.40 2019/05/28 18:54:26 landry Exp $
# $OpenBSD: Makefile,v 1.41 2019/07/12 20:45:46 sthen Exp $
COMMENT= buildworker for the buildbot CI system
@ -12,7 +12,7 @@ HOMEPAGE= http://buildbot.net/
MAINTAINER = Landry Breuil <landry@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2017/04/29 14:47:41 benoit Exp $
# $OpenBSD: Makefile,v 1.12 2019/07/12 20:45:46 sthen Exp $
COMMENT = python bytecode assembler
@ -11,7 +11,7 @@ CATEGORIES = devel
HOMEPAGE = http://peak.telecommunity.com/DevCenter/BytecodeAssembler
# PSF
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODPY_PI = Yes
EXTRACT_SUFX = .zip

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2019/04/28 20:51:31 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:46 sthen Exp $
COMMENT = decorator for caching properties in classes
@ -12,7 +12,7 @@ CATEGORIES = devel
MAINTAINER = Sebastien Marie <semarie@online.fr>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MODULES = lang/python
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2019/05/15 12:04:35 kmos Exp $
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:46 sthen Exp $
COMMENT = cffi-based cairo bindings for Python
@ -11,7 +11,7 @@ REVISION = 1
HOMEPAGE = https://github.com/Kozea/cairocffi
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2019/04/28 20:51:31 sthen Exp $
# $OpenBSD: Makefile,v 1.20 2019/07/12 20:45:46 sthen Exp $
COMMENT = Python package to check certificates using the OpenBSD CA
@ -11,7 +11,7 @@ REVISION = 1
HOMEPAGE = https://certifi.io/
# ISC
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2019/05/15 12:04:35 kmos Exp $
# $OpenBSD: Makefile,v 1.17 2019/07/12 20:45:46 sthen Exp $
# XXX: Check _cffi__ hashes of dependent ports if updating.
# e.g. devel/libgit2/py-git2
@ -11,7 +11,7 @@ PKGNAME= py-${DISTNAME}
CATEGORIES= devel
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2019/04/28 20:51:31 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:46 sthen Exp $
COMMENT = easy to use mocking, stubbing, and spying framework
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = https://github.com/agoragames/chai
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2019/04/28 20:51:31 sthen Exp $
# $OpenBSD: Makefile,v 1.32 2019/07/12 20:45:46 sthen Exp $
COMMENT= Python-powered template engine and code generator
@ -11,7 +11,7 @@ REVISION= 1
HOMEPAGE= http://www.cheetahtemplate.org/
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += ${MODPY_WANTLIB}
WANTLIB += pthread

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2019/05/15 12:04:35 kmos Exp $
# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:46 sthen Exp $
COMMENT = logging integration for Python click
@ -14,7 +14,7 @@ HOMEPAGE = https://github.com/click-contrib/click-log
MAINTAINER = Remi Locherer <remi@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/py-click${MODPY_FLAVOR}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2019/04/28 20:51:31 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:46 sthen Exp $
COMMENT = register CLI commands via setuptools entry-points
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = https://github.com/click-contrib/click-plugins
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/py-click${MODPY_FLAVOR}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2019/04/28 20:51:31 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:46 sthen Exp $
COMMENT = multithreading in Python click
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = https://github.com/click-contrib/click-threading
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/py-click${MODPY_FLAVOR}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2019/04/28 20:51:31 sthen Exp $
# $OpenBSD: Makefile,v 1.8 2019/07/12 20:45:46 sthen Exp $
COMMENT= command line library for Python
@ -14,7 +14,7 @@ HOMEPAGE= http://click.pocoo.org/6/
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2019/04/28 20:51:31 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2019/07/12 20:45:46 sthen Exp $
COMMENT = command line interface tools for Python
@ -11,7 +11,7 @@ REVISION = 1
MAINTAINER = frantisek holop <minusf@obiit.org>
# ISC
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2019/04/28 20:51:31 sthen Exp $
# $OpenBSD: Makefile,v 1.8 2019/07/12 20:45:46 sthen Exp $
COMMENT = extended pickling support for Python objects
MODPY_EGG_VERSION = 0.5.2
@ -11,7 +11,7 @@ HOMEPAGE = https://github.com/cloudpipe/cloudpickle
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2019/05/13 18:06:43 danj Exp $
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:45:46 sthen Exp $
COMMENT = python style guide checker
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = https://github.com/PyCQA/pycodestyle
# Expat
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2019/05/19 14:52:24 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:45:46 sthen Exp $
# !!! do not update blindly: sysutils/awscli requires a specific version
PORTROACH= ignore:1
@ -16,7 +16,7 @@ HOMEPAGE= https://github.com/tartley/colorama
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MODULES= lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2019/04/28 20:51:31 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:46 sthen Exp $
COMMENT= argparse replacement, allows options to be set via files/env
@ -10,7 +10,7 @@ REVISION= 0
CATEGORIES= devel
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
FLAVORS= python3
FLAVOR?=

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2019/04/28 20:51:31 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2019/07/12 20:45:46 sthen Exp $
COMMENT= config file reader and writer
@ -12,7 +12,7 @@ CATEGORIES= devel
HOMEPAGE= http://www.voidspace.org.uk/python/configobj.html
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MODULES= lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2019/05/13 18:06:43 danj Exp $
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:46 sthen Exp $
COMMENT = Python 3.5 configparser for Python 2.6 - 3.5
@ -12,7 +12,7 @@ REVISION = 0
HOMEPAGE = https://bitbucket.org/ambv/configparser
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2019/04/28 20:51:31 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:46 sthen Exp $
COMMENT = symbolic constants in Python
@ -11,7 +11,7 @@ REVISION = 0
CATEGORIES = devel
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2019/04/28 20:51:31 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:47 sthen Exp $
COMMENT = powerful declarative parser/builder for binary data
@ -14,7 +14,7 @@ CATEGORIES = devel
HOMEPAGE = http://construct.readthedocs.io/
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2019/04/28 20:51:31 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:47 sthen Exp $
COMMENT = backports and enhancements for the contextlib module
@ -14,7 +14,7 @@ HOMEPAGE = http://contextlib2.readthedocs.org
MAINTAINER = Pamela Mosiejczuk <pamela@cranky.work>
# Python-2.0
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2019/06/05 19:46:20 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:45:47 sthen Exp $
COMMENT = some useful dict-like structures
@ -13,7 +13,7 @@ MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
HOMEPAGE = https://github.com/zardus/cooldict
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2019/05/13 18:06:43 danj Exp $
# $OpenBSD: Makefile,v 1.27 2019/07/12 20:45:47 sthen Exp $
COMMENT = country, language, currency and scripts definitions
@ -10,7 +10,7 @@ REVISION = 1
CATEGORIES = devel
# LGPL2.1
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2019/04/28 20:51:32 sthen Exp $
# $OpenBSD: Makefile,v 1.21 2019/07/12 20:45:47 sthen Exp $
COMMENT = code coverage measurement for Python
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = http://nedbatchelder.com/code/coverage
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB = ${MODPY_WANTLIB} pthread

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2019/05/08 13:49:47 danj Exp $
# $OpenBSD: Makefile,v 1.14 2019/07/12 20:45:47 sthen Exp $
COMMENT = display coverage stats online via coveralls.io
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = https://github.com/coagulant/coveralls-python
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2019/04/28 20:51:32 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2019/07/12 20:45:47 sthen Exp $
COMMENT= C parser in pure Python
@ -9,7 +9,7 @@ CATEGORIES= devel textproc
REVISION= 0
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2019/04/28 20:51:32 sthen Exp $
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:45:47 sthen Exp $
COMMENT = curses-like terminal wrapper
@ -9,7 +9,7 @@ REVISION = 1
CATEGORIES = devel
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2019/05/13 18:06:43 danj Exp $
# $OpenBSD: Makefile,v 1.32 2019/07/12 20:45:47 sthen Exp $
COMMENT = Python API for advanced date calculations
@ -11,7 +11,7 @@ REVISION = 1
HOMEPAGE = https://dateutil.readthedocs.org/
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2019/06/06 19:48:25 kn Exp $
# $OpenBSD: Makefile,v 1.22 2019/07/12 20:45:47 sthen Exp $
COMMENT = simplify usage of decorators
@ -9,7 +9,7 @@ PKGNAME = py-${DISTNAME}
CATEGORIES = devel
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2015/09/29 10:51:53 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2019/07/12 20:45:47 sthen Exp $
COMMENT= class and function decorators
@ -12,7 +12,7 @@ CATEGORIES= devel
HOMEPAGE= http://cheeseshop.python.org/pypi/DecoratorTools
# PSF/ZPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MODPY_PI = Yes
EXTRACT_SUFX= .zip

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2019/04/28 20:51:32 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:47 sthen Exp $
COMMENT = multi-producer-multi-consumer signal dispatching mechanism
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = http://pydispatcher.sourceforge.net/
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODPY_PI = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2019/04/28 20:51:32 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2019/07/12 20:45:47 sthen Exp $
COMMENT= add support for i18n, documentation and icons to distutils
@ -12,7 +12,7 @@ CATEGORIES= devel
HOMEPAGE= https://launchpad.net/python-distutils-extra/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MASTER_SITES= https://launchpad.net/python-distutils-extra/trunk/${MODPY_EGG_VERSION}/+download/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2019/05/15 12:04:35 kmos Exp $
# $OpenBSD: Makefile,v 1.17 2019/07/12 20:45:47 sthen Exp $
COMMENT = automation tool
@ -10,7 +10,7 @@ REVISION = 0
HOMEPAGE = http://pydoit.org/
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2019/04/28 20:51:32 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:47 sthen Exp $
COMMENT = data type fabric
@ -13,7 +13,7 @@ CATEGORIES = devel
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
# Apache v2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2019/05/15 12:04:36 kmos Exp $
# $OpenBSD: Makefile,v 1.35 2019/07/12 20:45:47 sthen Exp $
COMMENT = pure Python implementation of Git file formats and protocols
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = https://www.dulwich.io/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB += pthread ${MODPY_WANTLIB}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2019/04/28 20:51:32 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:47 sthen Exp $
COMMENT = easy to use python subprocess interface
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = https://github.com/ponty/EasyProcess
# BSD 2-clauses
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2015/04/21 18:33:48 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2019/07/12 20:45:47 sthen Exp $
COMMENT= calculate Levenshtein distance between two strings
@ -10,7 +10,7 @@ CATEGORIES= devel
HOMEPAGE= http://www.mindrot.org/projects/py-editdist/
# ISC
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += ${MODPY_WANTLIB}
WANTLIB += pthread

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/10/04 19:57:52 rpointel Exp $
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:45:47 sthen Exp $
COMMENT = EFILTER query language
@ -17,7 +17,7 @@ HOMEPAGE = https://github.com/google/dotty/
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
# Apache v2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2019/04/28 20:51:32 sthen Exp $
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:45:47 sthen Exp $
COMMENT = ELF and DWARF parser library for Python
@ -12,7 +12,7 @@ HOMEPAGE = https://github.com/eliben/pyelftools
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# Public domain
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
FLAVORS = python3
FLAVOR ?=

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2019/05/13 18:06:43 danj Exp $
# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:47 sthen Exp $
COMMENT = discover and load entry points from installed packages
@ -11,7 +11,7 @@ REVISION = 1
HOMEPAGE = https://github.com/takluyver/entrypoints
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2019/05/13 18:06:43 danj Exp $
# $OpenBSD: Makefile,v 1.8 2019/07/12 20:45:48 sthen Exp $
COMMENT = Python 3.4 Enum backported to previous versions
@ -10,7 +10,7 @@ REVISION = 0
CATEGORIES = devel
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2019/05/15 12:04:36 kmos Exp $
# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:48 sthen Exp $
COMMENT = rapid multi-Python deployment
@ -13,7 +13,7 @@ CATEGORIES = devel
HOMEPAGE = http://codespeak.net/execnet
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
FLAVORS = python3
FLAVOR ?=

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2019/04/28 20:51:32 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:48 sthen Exp $
COMMENT= useful extra bits for Python
@ -9,7 +9,7 @@ CATEGORIES= devel
REVISION= 0
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MODULES= lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2016/01/08 13:17:15 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2019/07/12 20:45:48 sthen Exp $
COMMENT = mix and max objects
@ -11,7 +11,7 @@ CATEGORIES = devel
# PSF
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODPY_PI = Yes
EXTRACT_SUFX = .zip

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2019/05/15 12:04:36 kmos Exp $
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:45:48 sthen Exp $
COMMENT = python package that provides useful locks
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = https://github.com/harlowja/fasteners
# Apache 2.0
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2019/04/28 20:51:32 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:45:48 sthen Exp $
COMMENT = parser for and generator of the Git fastimport format
DISTNAME = fastimport-${MODPY_EGG_VERSION}
@ -8,7 +8,7 @@ HOMEPAGE = https://github.com/jelmer/python-fastimport
REVISION = 2
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_EGG_VERSION = 0.9.6

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2017/11/14 20:31:35 sthen Exp $
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:45:48 sthen Exp $
COMMENT = display the Python traceback on a crash
@ -11,7 +11,7 @@ CATEGORIES = devel
HOMEPAGE = https://faulthandler.readthedocs.io/
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB += ${MODPY_WANTLIB} pthread

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2019/04/28 20:51:33 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:48 sthen Exp $
COMMENT = python module to read and write ELF, PE, MachO or OAT
@ -14,7 +14,7 @@ HOMEPAGE = https://scoding.de/filebytes-introduction
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2019/04/28 20:51:33 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:48 sthen Exp $
COMMENT = nose/pytest plugin to automatically rerun flaky tests
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = https://github.com/box/flaky
# Apache 2.0
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2019/04/28 20:51:33 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:48 sthen Exp $
COMMENT = testing library for Python
@ -10,7 +10,7 @@ REVISION = 0
CATEGORIES = devel
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2013/03/11 10:50:25 espie Exp $
# $OpenBSD: Makefile,v 1.12 2019/07/12 20:45:48 sthen Exp $
COMMENT= Python functions and constants for IEEE754 floating point
@ -12,7 +12,7 @@ HOMEPAGE= http://research.warnes.net/projects/RStatServer/fpconst/
MODULES= lang/python
# Apache 2.0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MASTER_SITES= http://research.warnes.net/~warnes/fpconst/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2019/04/28 20:51:33 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:48 sthen Exp $
COMMENT = immutable dictionary
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = https://github.com/slezica/python-frozendict
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2019/05/13 18:06:43 danj Exp $
# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:48 sthen Exp $
COMMENT= Python function signatures from PEP362 for 2.6, 2.7, 3.2+
@ -9,7 +9,7 @@ CATEGORIES= devel
REVISION= 2
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MODULES= lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/08/16 19:43:56 edd Exp $
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:45:48 sthen Exp $
COMMENT = backport of functools from Python-3.2
@ -14,7 +14,7 @@ CATEGORIES = devel
HOMEPAGE = https://github.com/MiCHiLU/python-functools32
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2019/04/28 20:51:33 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:48 sthen Exp $
COMMENT = fancy and practical functional tools
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = https://github.com/Suor/funcy
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2019/04/28 20:51:33 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:48 sthen Exp $
COMMENT = compatibility layer between Python 2 and Python 3
@ -11,7 +11,7 @@ CATEGORIES = devel
HOMEPAGE = http://python-future.org/
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2017/12/09 13:52:26 bcallah Exp $
# $OpenBSD: Makefile,v 1.10 2019/07/12 20:45:48 sthen Exp $
COMMENT= futures implementation for Python
@ -9,7 +9,7 @@ CATEGORIES= devel
MAINTAINER= Brian Callahan <bcallah@openbsd.org>
# Python Software Foundation license
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MODULES= lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2016/01/26 13:29:11 sthen Exp $
# $OpenBSD: Makefile,v 1.22 2019/07/12 20:45:48 sthen Exp $
COMMENT = Python client library for Google data APIs
@ -12,7 +12,7 @@ HOMEPAGE = https://github.com/google/gdata-python-client
MAINTAINER = frantisek holop <minusf@obiit.org>
# Apache License 2.0
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2019/05/15 12:04:36 kmos Exp $
# $OpenBSD: Makefile,v 1.22 2019/07/12 20:45:48 sthen Exp $
COMMENT = network library for easy and scalable concurrency
@ -14,7 +14,7 @@ FLAVORS = python3
FLAVOR ?=
# MPL
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB += ${MODPY_WANTLIB} cares ev pthread

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2019/04/28 20:51:33 sthen Exp $
# $OpenBSD: Makefile,v 1.11 2019/07/12 20:45:48 sthen Exp $
COMMENT= Git object database
@ -9,7 +9,7 @@ CATEGORIES= devel
REVISION= 0
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += ${MODPY_WANTLIB} pthread

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2018/04/25 19:57:54 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:45:48 sthen Exp $
COMMENT= library used to interact with Git repositories
@ -9,7 +9,7 @@ PKGNAME= py-${DISTNAME}
CATEGORIES= devel
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MODULES= lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.60 2017/12/10 16:12:51 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.61 2019/07/12 20:45:49 sthen Exp $
PORTROACH= limit:^2\.28
@ -19,7 +19,7 @@ HOMEPAGE= http://www.pygtk.org/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB = ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += iconv intl pcre pthread z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2019/04/28 20:51:33 sthen Exp $
# $OpenBSD: Makefile,v 1.18 2019/07/12 20:45:49 sthen Exp $
COMMENT = lightweight in-process concurrent programming
# see slp_platformselect.h
@ -12,7 +12,7 @@ REVISION = 0
CATEGORIES = devel
# BSD-like
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB += ${MODPY_WANTLIB}
WANTLIB += pthread

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2015/11/19 20:15:14 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:49 sthen Exp $
COMMENT = guppy programming environment
@ -11,7 +11,7 @@ CATEGORIES = devel
HOMEPAGE = http://guppy-pe.sourceforge.net/
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB += pthread ${MODPY_WANTLIB}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2018/12/19 13:51:02 danj Exp $
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:49 sthen Exp $
COMMENT = framework to parse and edit binary files
@ -10,7 +10,7 @@ REVISION = 0
CATEGORIES = devel
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2019/05/15 12:04:36 kmos Exp $
# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:49 sthen Exp $
COMMENT = extract metadata using Hachoir library
@ -10,7 +10,7 @@ REVISION = 0
CATEGORIES = devel
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2018/12/19 13:51:02 danj Exp $
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:49 sthen Exp $
COMMENT = Hachoir parsers used to open binary files
@ -10,7 +10,7 @@ REVISION = 0
CATEGORIES = devel
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2019/04/28 20:51:33 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:49 sthen Exp $
COMMENT = Hamcrest matchers for Python
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = http://hamcrest.org/
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2019/05/13 18:06:43 danj Exp $
# $OpenBSD: Makefile,v 1.20 2019/07/12 20:45:49 sthen Exp $
COMMENT = library for property based testing
@ -11,7 +11,7 @@ REVISION = 0
HOMEPAGE = https://hypothesis.works/
# MPL 2.0
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2019/05/15 12:04:36 kmos Exp $
# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:49 sthen Exp $
COMMENT = parser/generator of iCalendar files
@ -14,7 +14,7 @@ HOMEPAGE = https://icalendar.readthedocs.org
MAINTAINER = Joerg Jung <jung@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2019/04/28 20:51:33 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:49 sthen Exp $
COMMENT = versioning library for Python projects
@ -11,7 +11,7 @@ REVISION = 0
CATEGORIES = devel
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2017/08/21 19:43:20 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:49 sthen Exp $
COMMENT = INI parser for Python
@ -10,7 +10,7 @@ REVISION = 1
CATEGORIES = devel
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2019/05/15 12:04:36 kmos Exp $
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:45:49 sthen Exp $
COMMENT = editable interval tree data structure for Python 2 and 3
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = https://github.com/chaimleib/intervaltree
# Apache v2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2019/04/28 20:51:33 sthen Exp $
# $OpenBSD: Makefile,v 1.29 2019/07/12 20:45:49 sthen Exp $
COMMENT= automated reasoning engine, flow based programming framework
@ -14,7 +14,7 @@ HOMEPAGE= https://github.com/ioflo/ioflo
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MODULES= lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2019/05/15 12:04:36 kmos Exp $
# $OpenBSD: Makefile,v 1.11 2019/07/12 20:45:49 sthen Exp $
COMMENT = IPython kernel for Jupyter
@ -26,7 +26,7 @@ TEST_DEPENDS = devel/py-nose${MODPY_FLAVOR} \
math/py-numpy${MODPY_FLAVOR}
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2019/05/13 18:06:43 danj Exp $
# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:49 sthen Exp $
COMMENT = IPython vestigial utilities
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = http://ipython.org/
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2019/04/28 20:51:34 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:49 sthen Exp $
MODPY_EGG_VERSION = 1.0
COMMENT = self-contained ISO 3166-1 country definitions library
@ -11,7 +11,7 @@ HOMEPAGE = https://github.com/deactivated/python-iso3166
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2019/04/28 20:51:34 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:49 sthen Exp $
MODPY_EGG_VERSION = 0.4.5
COMMENT = Python library for the ISO 639 language code standard
@ -11,7 +11,7 @@ HOMEPAGE = https://github.com/noumar/iso639
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# AGPLv3 only
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2019/04/28 20:51:34 sthen Exp $
# $OpenBSD: Makefile,v 1.18 2019/07/12 20:45:49 sthen Exp $
COMMENT = ISO 8601 date/time/duration parser and formater
@ -10,7 +10,7 @@ REVISION = 0
CATEGORIES = devel
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2019/05/13 18:06:43 danj Exp $
# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:49 sthen Exp $
COMMENT = Python utility / library to sort Python imports
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = https://github.com/timothycrosley/isort
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2019/05/15 12:04:36 kmos Exp $
# $OpenBSD: Makefile,v 1.12 2019/07/12 20:45:49 sthen Exp $
COMMENT = autocompletion tool for Python
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = http://jedi.readthedocs.io
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2019/04/28 20:51:34 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:50 sthen Exp $
COMMENT= extract elements from a JSON document
@ -12,7 +12,7 @@ CATEGORIES= devel
HOMEPAGE= https://github.com/jmespath/jmespath.py
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MODULES= lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2016/11/01 17:53:44 danj Exp $
# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:50 sthen Exp $
COMMENT = json-rpc over http
@ -10,7 +10,7 @@ CATEGORIES = devel
# Apache 2.0
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2019/05/15 12:04:36 kmos Exp $
# $OpenBSD: Makefile,v 1.11 2019/07/12 20:45:50 sthen Exp $
COMMENT = implementation of JSON Schema validation for Python
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = http://github.com/Julian/jsonschema
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2019/05/15 12:04:36 kmos Exp $
# $OpenBSD: Makefile,v 1.12 2019/07/12 20:45:50 sthen Exp $
COMMENT = Jupyter protocol implementation and client libraries
@ -12,7 +12,7 @@ CATEGORIES = devel
HOMEPAGE = https://jupyter.org/
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2019/05/15 12:04:36 kmos Exp $
# $OpenBSD: Makefile,v 1.10 2019/07/12 20:45:50 sthen Exp $
COMMENT = Jupyter core package
@ -16,7 +16,7 @@ TEST_DEPENDS = devel/ipython${MODPY_FLAVOR}>=5.1.0 \
devel/py-ipykernel${MODPY_FLAVOR}>=4.5.2
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2016/01/06 17:01:54 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.13 2019/07/12 20:45:50 sthen Exp $
COMMENT= template language for XML based vocabularies
@ -12,7 +12,7 @@ CATEGORIES= devel
HOMEPAGE= http://www.kid-templating.org/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MASTER_SITES= http://www.kid-templating.org/dist/${VERSION}/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2019/04/28 20:51:34 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:50 sthen Exp $
COMMENT = fast implementation of the Cassowary constraint solver
@ -10,7 +10,7 @@ REVISION = 0
CATEGORIES = devel
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB = ${COMPILER_LIBCXX} ${MODPY_WANTLIB} m

Some files were not shown because too many files have changed in this diff Show More