On 7/11/17 4:32 PM, René Ladan wrote: > On 11-07-2017 07:37, Kubilay Kocak wrote: >> On 7/11/17 5:27 AM, Rene Ladan wrote: >>> Author: rene >>> Date: Mon Jul 10 19:27:38 2017 >>> New Revision: 445459 >>> URL: https://svnweb.freebsd.org/changeset/ports/445459 >>> >>> Log: >>> Remove expired ports: >>> 2017-07-07 sysutils/py-iocage: obsoleted by sysutils/py3-iocage port >>> using Python 3 instead of Python 2 >>> 2017-07-08 www/mediawiki126: Upstream support EoL >>> >>> Deleted: >>> head/sysutils/py-iocage/ >>> head/www/mediawiki126/ >>> Modified: >>> head/MOVED >>> head/sysutils/Makefile >>> head/www/Makefile >>> >>> Modified: head/MOVED >>> ============================================================================== >>> --- head/MOVED Mon Jul 10 18:51:48 2017 (r445458) >>> +++ head/MOVED Mon Jul 10 19:27:38 2017 (r445459) >>> @@ -9459,3 +9459,5 @@ net-mgmt/ezradius||2017-07-01|Removed, unmaintained an >>> x11-toolkits/qt5-declarative||2017-07-01|Has expired: Has not been >>> released since Qt 5.5 -- installation can lead to runtime conflicts with >>> qt5-quick >>> deskutils/california|deskutils/gnome-calendar|2017-07-02|Has expired: >>> Orphaned upstream, replaced by gnome-calendar >>> devel/etcd3|devel/etcd31|2017-07-07|Version 3.2 introduces breaking changes >>> +sysutils/py-iocage|sysutils/py3-iocage|2017-07-10|Has expired: obsoleted >>> by sysutils/py3-iocage port using Python 3 instead of Python 2 >>> +www/mediawiki126|www/mediawiki127|2017-07-10|Has expired: Upstream support >>> EoL >>> >>> Modified: head/sysutils/Makefile >>> ============================================================================== >>> --- head/sysutils/Makefile Mon Jul 10 18:51:48 2017 (r445458) >>> +++ head/sysutils/Makefile Mon Jul 10 19:27:38 2017 (r445459) >>> @@ -875,7 +875,6 @@ >>> SUBDIR += py-gmailfs-fuse >>> SUBDIR += py-halite >>> SUBDIR += py-honcho >>> - SUBDIR += py-iocage >>> SUBDIR += py-iowait >>> SUBDIR += py-nagiosplugin >>> SUBDIR += py-nomad >>> >>> Modified: head/www/Makefile >>> ============================================================================== >>> --- head/www/Makefile Mon Jul 10 18:51:48 2017 (r445458) >>> +++ head/www/Makefile Mon Jul 10 19:27:38 2017 (r445459) >>> @@ -392,7 +392,6 @@ >>> SUBDIR += mathjax >>> SUBDIR += mathopd >>> SUBDIR += mediawiki123 >>> - SUBDIR += mediawiki126 >>> SUBDIR += mediawiki127 >>> SUBDIR += mediawiki128 >>> SUBDIR += mergelog >>> >> py3-* ports are only needed where there is also a primary py-* port >> using/defaulting to Python 2.x and packages for both versions from the >> official repositories are desired. >> >> In this case py-iocage should have been updated to USES=python:3.x+ and >> the py3-port removed, if it indeed is/was the intention that iocage >> *must* (or can now *only*) be built with 3.x+. >> > The website mentions Python 3.6 as a requirement. From > https://github.com/iocage/iocage : > > REQUIREMENTS > > FreeBSD 9.3-RELEASE amd64 and higher or HardenedBSD/TrueOS > ZFS file system > Python 3.6+ > UTF-8 locale (place into your ~/.login_conf) >
Yep, that's fine. Paragraph one and first part of paragraph2 still applies. Since there is only 'one' version (not separate 2.x and 3.x versions), the port that should remain is py-iocage, set to USES=python:3.6+, deleting py3-iocage _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"