15 Commits

Author SHA1 Message Date
naddy
8c80a751f8 drop RCS Ids 2022-03-11 20:02:12 +00:00
sthen
40528c8602 add missing ${MODPY_FLAVOR} in TEST_DEPENDS 2022-02-28 15:01:03 +00:00
bket
1671c11734 Convert unflavored python3 py-* ports, and update dependencies and bump REVISION of consumers
OK sthen@
2022-02-22 04:22:19 +00:00
sthen
384d97056e bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:32 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
danj
a21a920ddc Drop maintainer
To update to 19.10b0, it needs the new ports typed-ast and regex,
and an update for devel/py-pathspec.
2020-02-06 20:36:03 +00:00
kmos
55a84061f5 Move testing to MODPY_PYTEST and add missing www/py-aiohttp TEST_DEPENDS 2019-11-23 19:41:01 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
kmos
c45cd79fc7 Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.

Idea from afresh1 who pointed out the cpan module already does this.

aja "I support this move."

OK sthen@
2019-05-15 12:04:34 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
danj
62430f9ac3 Update comment because of py-aiohttp update 2019-04-25 14:26:43 +00:00
danj
43299bdc0b Update to py3-black-19.3beta0 2019-03-26 01:02:47 +00:00
danj
ba215ed203 Update to py3-black-18.9beta0
Don't install blackd for now, because our aiohttp is old.
Take maintainership.

ok jca@ juanfra@
2018-12-18 02:11:32 +00:00
juanfra
6916ecb82c Help from bcallah@, sthen@ and Edward Lopez-Acosta. OK sthen@.
Comment:
python code formatter

Description:
Black is a python code formatter which follows a PEP8 subset.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://github.com/ambv/black
2018-07-07 15:17:15 +00:00