openbsd-ports/meta/python3/pkg/DESCR
sthen 65a6d83bcd Add a python3 meta-package which uses python.port.mk to automatically depend
on whatever is the current default version of python 3 in the ports tree
(currently 3.7). Allows adding it with pkg_add python3 rather than needing to
know the correct subdir name (as you would with pkg_add python%3.7).
Deliberately not adding a similar one for py2 which is not likely to
proceed beyond 2.7.

ok kmos@, aja@ pirofti@ zhuk@ like it too
2020-01-07 20:01:20 +00:00

4 lines
191 B
Plaintext

This is simply a meta-package which depends on the current version of
Python 3, allowing easy installation with "pkg_add python3" without
having to worry about the particular version number.