summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/namespace-zope: mark s390 stableMikle Kolyada2019-03-031-2/+2
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-python/namespace-zope: stable 1 for hppa, bug #654442Sergei Trofimovich2018-07-231-1/+1
| | | | | | Bug: https://bugs.gentoo.org/654442 Package-Manager: Portage-2.3.43, Repoman-2.3.10 RepoMan-Options: --include-arches="hppa"
* dev-python/namespace-zope: Enable py3.7Michał Górny2018-07-161-1/+1
|
* dev-python/namespace-zope: stable 1 for ppc64, bug #654442Sergei Trofimovich2018-06-271-1/+1
| | | | | | Bug: https://bugs.gentoo.org/654442 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64"
* dev-python/namespace-zope: stable 1 for ppc, bug #654442Sergei Trofimovich2018-06-271-1/+1
| | | | | | Bug: https://bugs.gentoo.org/654442 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc"
* dev-python/namespace-zope: arm stable wrt bug #654442Mikle Kolyada2018-05-301-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-python/namespace-zope: stable 1 for sparcRolf Eike Beer2018-05-191-1/+1
| | | | | | Bug: https://bugs.gentoo.org/654442 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-python/namespace-zope-1-r0: alpha stableTobias Klausmann2018-05-141-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/654442
* dev-python/namespace-zope-1: arm64 stable (bug #654442)Mart Raudsepp2018-05-041-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-python/namespace-zope: stable 1 for ia64, bug #654442Sergei Trofimovich2018-05-011-2/+2
| | | | | | Bug: https://bugs.gentoo.org/654442 Package-Manager: Portage-2.3.31, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* dev-python/namespace-zope-1: x86 stable, bug 625052Matt Turner2017-09-171-1/+1
|
* dev-python/namespace-zope-1-r0: add amd64 keywordTobias Klausmann2017-07-151-1/+1
| | | | Gentoo-Bug: 625052
* dev-python/namespace-zope: Add a silly HOMEPAGE to make repoman happierMichał Górny2017-05-091-1/+1
|
* dev-python/namespace-zope: Fix whitespaceMichał Górny2017-05-091-1/+1
|
* dev-python/namespace-zope: New package to handle namespaceMichał Górny2017-05-072-0/+40
Add a new package that installs __init__.py that enables setuptools namespace processing for zope packages. This makes it possible to remove the hacky *.pth files installed by various zope packages currently while preserving namespace package compatibility with Python 2. This in turn should fix some of the issues with namespace handling.