summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-python/nuitka: Add python@ as co-maint.Michał Górny2021-05-251-0/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/*: add pypi remote-idsMichał Górny2020-12-111-17/+18
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/nuitka: version bump to 0.6.9.6.Oz N Tiram2020-11-091-1/+1
| | | | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Oz Tiram <oz.tiram@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18194 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-python/nuitka: add new packageOz N Tiram2018-10-221-0/+21
Nuitka ia a Python compiler with full language support and CPython compatibility. This Python compiler achieves full language compatibility and compiles Python code into compiled objects that are not second class at all. Instead they can be used in the same way as pure Python objects. Using Nuitka allows one to create C based modules to be used in larger Python project or a stand alone executable of a Python code base. Package-Manager: Portage-2.3.49, Repoman-2.3.11 Signed-off-by: Oz N Tiram <oz.tiram@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10068 Signed-off-by: Michał Górny <mgorny@gentoo.org>