summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* package.mask: drop last-rited dev-python/{pyblake2,pysha3}Aaron Bauman2020-09-171-32/+0
| | | | | Closes: https://bugs.gentoo.org/737712 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-python/pysha3: Remove py2Michał Górny2020-07-251-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: downgrade m68k down to ~m68kSergei Trofimovich2020-04-211-1/+1
| | | | | | | | | m68k and ~m68k trees are inconsistent. Let's drop keywords down to ~m68k only. Profiles already accept both keywords: ACCEPT_KEYWORDS="m68k ~m68k" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-261-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pysha3: mark sh/m68k stableMikle Kolyada2018-09-161-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/pysha3: Enable py3.7Michał Górny2018-07-181-1/+1
|
* dev-python/pysha3: stable 1.0.2-r1 for ppc64, bug #654682Sergei Trofimovich2018-06-271-1/+1
| | | | | | Bug: https://bugs.gentoo.org/654682 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64"
* dev-python/pysha3: stable 1.0.2-r1 for ppc, bug #654682Sergei Trofimovich2018-06-271-1/+1
| | | | | | Bug: https://bugs.gentoo.org/654682 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc"
* dev-python/pysha3: stable 1.0.2-r1 for hppaRolf Eike Beer2018-06-031-1/+1
| | | | | | Bug: https://bugs.gentoo.org/654682 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* dev-python/pysha3: s390 stable wrt bug #654682Mikle Kolyada2018-06-031-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/pysha3: arm stable wrt bug #654682Mikle Kolyada2018-05-171-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-python/pysha3-1.0.2-r1: alpha stableTobias Klausmann2018-05-141-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/654682
* dev-python/pysha3: x86 stable (bug #654682)Thomas Deutschmann2018-05-041-1/+1
| | | | Package-Manager: Portage-2.3.34, Repoman-2.3.9
* dev-python/pysha3-1.0.2-r1: arm64 stable (bug #654682)Mart Raudsepp2018-05-041-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-python/pysha3: stable 1.0.2-r1 for ia64, bug #654682Sergei Trofimovich2018-05-031-1/+1
| | | | | | Bug: https://bugs.gentoo.org/654682 Package-Manager: Portage-2.3.33, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* dev-python/pysha3: stable 1.0.2-r1 for sparcRolf Eike Beer2018-05-031-1/+1
| | | | | | Bug: https://bugs.gentoo.org/654682 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* update pypi HOMEPAGE to avoid redirectionMichael Mair-Keimberger2018-04-261-1/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/8080
* Replace pypi.python.org with pypi.org in HOMEPAGEMike Gilbert2018-04-191-1/+1
| | | | Bug: https://bugs.gentoo.org/653540
* dev-python/pysha3: Stable on amd64Manuel Rüger2018-02-271-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-python/pysha3: Tested on ~amd64-fbsd (bug #638776)Michał Górny2018-02-211-1/+1
|
* dev-python/pysha3: add ~x64-cygwin keyword, #634818Michael Haubenwallner2018-02-191-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-python/pysha3: Fix tests on PyPy and enable PyPy supportMichał Górny2018-01-301-0/+32
Remove the meaningless AttributeError tests that checked for Python implementation correctness more than anything relevant to pysha3 users. This fixes PyPy test failures and allows us to enable PyPy support.