14 Commits

Author SHA1 Message Date
naddy
af6a79943b drop RCS Ids 2022-03-11 19:22:04 +00:00
sthen
5e4370b64d bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:12 +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
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +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
sthen
86852bcf6e reset unresponsive maintainers, various porters have spent a bunch of
time waiting for timeouts over the last year or more for many of these
ports.  ok danj@ jca@ kmos@
2019-04-24 16:26:54 +00:00
landry
dc112817e3 bump ports depending on python3 in graphics 2017-01-03 19:21:18 +00:00
czarkoff
416d9c0439 switch to python3-only
Suggested by sthen@, OK ajacoutot@
2016-09-16 08:54:57 +00:00
czarkoff
50265c1366 add python3 FLAVOR 2016-09-14 13:02:10 +00:00
czarkoff
c8d2fe02d9 update to scour-0.35
- New flags: --remove-titles, --remove-descriptions and
  --remove-descriptive-elements.
- Automatically order all attributes.
- Allow elements to be found via Document.getElementById() in the minidom
  document returned by scourXmlFile().
- Add new default values.
- Bugfixes.
2016-09-14 12:15:46 +00:00
czarkoff
5e9b74f8a1 update to scour-0.34
Also add missing dependency on devel/py-six and make sure that port is
python3-compatible.
2016-08-16 11:48:20 +00:00
czarkoff
c3ca201c03 update to scour-0.33
OK junfra@
2016-02-29 18:16:55 +00:00
czarkoff
24f33d2665 Import scour-0.32
Scour is an open-source Python script that aggressively cleans SVG files,
removing a lot of 'cruft' that certain tools or authors embed into their
documents. The goal of scour is to provide an identically rendered image
(i.e. a scoured document should have no discernable visible differences
from the original file).

OK juanfra@
2016-01-20 00:04:52 +00:00