15 Commits

Author SHA1 Message Date
naddy
ec14803114 drop RCS Ids 2022-03-11 20:09:36 +00:00
sthen
989404f883 fix tests 2022-02-28 15:12:08 +00:00
sthen
74e3cc3e92 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:51 +00:00
sthen
b554ec219d add missing python3 FLAVOR/FLAVORS 2021-03-01 16:45:52 +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
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
32e2d60005 py-yarl: use MODPY_WANTLIB, don't hardcode it 2020-07-01 09:12:15 +00:00
paco
e6ba5f8aea www/py-multidict uses now FLAVOR=python3, so bump and ${MODPY_FLAVOR}
are needed.

ok sthen@ jca@
2020-03-10 16:24:46 +00:00
gonzalo
ba61292131 update for Yarl to 1.4.2:
https://github.com/aio-libs/yarl/releases

OK jung@ (maintainer)
2020-01-16 09:51:58 +00:00
kmos
1ac0cf026b Update www/py-yarl 1.0.0 -> 1.3.0
Updated to most recent version. All regression tests pass on amd64.
It's sole consumer www/py-aiohttp doesn't have working regression
tests but its two consumers pass all regression tests with this
new version.

OK jung@ (maintainer) sthen@
2019-07-20 21:58:33 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +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
jung
cf5ce010aa import www/py-yarl 1.0.0
input and ok kn

$ cat pkg/DESCR
Yet another URL library.
2018-02-18 21:13:30 +00:00