1051 Commits

Author SHA1 Message Date
sthen
d08f2f8f44 rm net/charm and www/rawdog from category makesfiles, done earlier
but i forgot to include in the cvs commit
2021-11-03 20:16:35 +00:00
sthen
3b64c389bd sort 2021-11-02 21:18:38 +00:00
sthen
7d593c6e85 readd py-flup,python3 2021-11-01 20:05:41 +00:00
sthen
3f3f090494 add annotations for py-* ports using python 3 without a ,python3 flavour,
change some existing annotations, so "grep ' py-' ports/*/Makefile | grep
-v python3" does better at finding the py-* things still using py2
2021-10-29 16:23:36 +00:00
sthen
ea922cdbf7 convert another batch of py2+3 ports to py3-only, and remove a few more
py2-only ports providing py-* modules that are no longer used in ports.

this doesn't change ports used to support standalone py2-only applications,
not currently planned to remove those at least until a few things with no
real alternatives get ported to py3.
2021-10-29 15:38:40 +00:00
sthen
f38d962b0a remove py-paste and related ports and ports only used by them.
the versions in ports are py2-only and old; there are newer releases
but they're still on life support ("please consider using other
options" etc) and were only used by tilecache which was removed.
2021-10-29 11:12:06 +00:00
sthen
03a0711f4b remove some MODPY_VERSION=${MODPY_VERSION_2} py-* (non-standalone) ports
which aren't used as dependencies in ports. many are either old stuff,
or things used to provide backports of functionality from newer Python
base versions which were used in ports that have already been converted
to py3-only.
2021-10-26 19:52:41 +00:00
sthen
f611d84e40 drop php 7.3 from -current, although it is still officially in
security support it appears this is not really the case any more
https://bugs.php.net/bug.php?id=81026

add @pkgpaths to merge pecl-* etc across
mark www/syweb broken, it was marked 7.3-only so looks like it needs more work
other php-ish ports have a RDEP on either 7.4 (default version) or 8.0
2021-10-25 12:33:18 +00:00
sthen
5c6ee67e1a add ,python3 to parent dir makefile where the relevant ports use
FLAVOR=python3 + FLAVORS=python3
2021-10-24 22:51:16 +00:00
sthen
e27d4113bb switch some Python ports to py3-only. maintainer oks for the relevant
ports from semarie, kmos, jung, martin, benoit, juanfra. general oks
benoit bket daniel kmos
2021-10-24 09:28:46 +00:00
sthen
7c3ff9e068 +unit 2021-10-23 16:03:20 +00:00
fcambus
bc1ec3958f Add sfeed and sfeed_curses. 2021-09-08 08:09:22 +00:00
sebastia
e74fb52569 hook up ruby-jwt 2021-09-03 07:40:24 +00:00
ajacoutot
35e03a6e9a Update to py3-meld3-2.0.1 and make it PY3 only. 2021-08-31 11:20:13 +00:00
jeremy
265b50b099 Unhook some obsolete ruby ports 2021-08-27 15:33:29 +00:00
bcallah
06567fdce2 +dooble 2021-08-20 13:55:54 +00:00
jca
a79c367dda Drop www/canto, fails at runtime, python2 only and unmaintained upstream
Fails at runtime with the following error:
NameError: name 'SET_VERSION_TUPLE' is not defined
because the installed .pyc is based on sources intended to be patched at
install time.

Removing canto removes one of the blockers for updates of feedparser and
chardet to python3-only versions.  Upstream has moved its efforts to
another project, canto-next, with python3 support and separate
daemon/client projects.

ok danj@ sthen@
2021-06-20 22:53:49 +00:00
sebastia
a93dfa5703 hook up ruby-httpclient 2021-06-20 10:31:18 +00:00
sthen
3dd4dc678d +devel/maturin, +www/py-adblock 2021-06-02 20:04:55 +00:00
landry
e5ed9fb462 +nextcloud_notify_push 2021-05-27 14:50:40 +00:00
sthen
45cc7b3c2f unhook php 7.2 pecl packages
php 7.2 stopped getting security fixes at the end of November 2020
2021-04-30 16:38:45 +00:00
semarie
944e3f0ebc plug woob (was weboob) 2021-04-29 13:12:46 +00:00
semarie
d468b27aba unplug weboob (will be renamed to woob) 2021-04-29 13:09:42 +00:00
jeremy
b0b1d925a7 Stop building ruby26 ports by default
Ruby 2.6 is now in security maintenance mode, so per our Ruby support
policy, we will no longer build ruby26 packages by default.
2021-04-24 00:31:55 +00:00
sthen
aab64d7571 update to py-beautifulsoup4-4.9.3, drop py2 version 2021-04-07 11:43:12 +00:00
sebastia
ca111fb47d switch py-http_ece to python3 only
feedback kmos@

OK kmos@ pamela@ (MAINTAINER)
2021-03-23 08:23:18 +00:00
daniel
a5ca2bdaac same subdir appears twice; repair 2021-03-20 15:54:51 +00:00
sthen
ad4d22dfe4 update to py-jwt-2.0.1 and switch to py3-only, ok jhuldtgren (maintainer) 2021-03-15 21:40:45 +00:00
sthen
a797de3a84 update to py3-genshi-0.7.5, disable py2 2021-03-15 11:35:05 +00:00
kmos
7103c8bfd6 py-html5-parser is already python3 only. Alter Makefile to reflect that
fact to avoid confusion.
2021-03-14 23:48:30 +00:00
kmos
c41f2de4c4 Remove unflavored (python3) version of py-webob from Makefile 2021-03-14 22:31:25 +00:00
sthen
63fb0a7979 update py-urlgrabber (fixing build with newer py-curl) and move to py3 2021-03-14 13:20:01 +00:00
kmos
642752ec0e Remove python2 flavor of py-query from build 2021-03-13 23:30:03 +00:00
kmos
dbd18b69f9 Remove py-wsgiproxy
It is python2-only and nothing uses it. Anything recent will use the
unported WSGIProxy2 in any case.

ok sthen@ kn@
2021-03-13 23:00:59 +00:00
gnezdo
633ea1ab54 Unplug all hs-* ports for removal
ok kili, sthen
2021-03-04 02:45:49 +00:00
sthen
7c2677fd23 update to pecl-ssh2-1.3, supporting php 8.0 2021-03-02 16:31:41 +00:00
sthen
ad0e48a2a6 sync for missing py-aiohttp/py-yarl FLAVOR 2021-03-01 16:45:57 +00:00
sthen
adb2f64673 move flask dep chain to py3-only, from Lucas Raab
pamela@ (maintainer) ok with vcr/test-vcr
2021-03-01 13:11:17 +00:00
daniel
b912d35c3a +py-repoze-profile,python3
+py-repoze-who,python3
2021-02-27 22:28:51 +00:00
daniel
12bb319c68 +py-repoze-lru,python3 2021-02-27 18:42:52 +00:00
daniel
d1ced2c0e8 retire py-beautifulsoup
py-beautifulsoup is python2-only and upstream moved to python3 via
py-beautifulsoup4 which all ports in the tree are already using.

ok sthen@, kmos@
2021-02-27 17:49:20 +00:00
sthen
6e67628c75 disable php80 on BROKEN port pecl-pecl_http 2021-02-25 11:44:45 +00:00
sthen
9b64714929 build php-8.0 versions of the pecl ports which support it 2021-02-24 21:23:15 +00:00
sthen
9e882826af remove mollify, php web file manager. the version in ports was from 2012,
renamed to "kloudspeaker" around 2015, no commits there since 2017, issues
for that version open with PHP 7.1 incompatibilities.
2021-02-24 12:42:41 +00:00
sthen
9d71e35c87 drop port of an ancient (2014) php5 version of sabredav that is not useful
"2315 commits to master since this release"
2021-02-24 12:34:02 +00:00
daniel
f6179ff6e3 switch a few flask ports over to python3
from Lucas Raab with tweaks from me
2021-02-24 02:22:02 +00:00
daniel
7f0163240b switch py-flask-principal to python3; requested by Lucas Raab 2021-02-23 06:17:54 +00:00
rsadowski
f851d2ef40 + py-html5-parser 2021-02-22 21:02:43 +00:00
sthen
9b922e2fe1 drop tracnav, it hasn't been updated upstream in ~10 years, missed when
updated trac to a py3 version
2021-02-20 17:09:02 +00:00
sthen
db8d1cf0af forgot to remove py2 py-webtest from www/Makefile earlier 2021-02-20 16:45:22 +00:00