summaryrefslogtreecommitdiff
path: root/dev-python/numpy-python2
AgeCommit message (Collapse)Author
2020-12-31*/*: Drop most stable hppa keywordsMatt Turner
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2020-09-20dev-python/numpy-python2: Remove tests to unblock depsMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-09-16dev-python/numpy-python2: Copy stable keywords from dev-py/numpyMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-08-12dev-python/numpy-python2: stable 1.16.6 for sparc, bug #714384Rolf Eike Beer
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-06-03dev-python/numpy-python2: s390 stable wrt bug #714384Agostino Sarubbo
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-06-03dev-python/numpy-python2: arm64 stable (bug #714384)Sam James (sam_c)
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2020-05-20dev-python/numpy-python2: arm stable wrt bug #714384Agostino Sarubbo
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-05-20dev-python/numpy-python2: amd64 stable wrt bug #714384Agostino Sarubbo
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-05-04dev-python/numpy-python2: Remove oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-05-01dev-python/numpy-python2: Bump to 1.16.6Pacho Ramos
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
2020-04-17dev-python/numpy-python2: Fix installing generated filesMichał Górny
Closes: https://bugs.gentoo.org/717502 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-04-16dev-python/numpy-python2: fix install with recent distutils-r1 changeMike Gilbert
Bug: https://bugs.gentoo.org/717706 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
2020-03-26*/*: Discontinue Gentoo SuperH portMikle Kolyada
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
2020-01-28dev-python/numpy-python2: Take over for python&sciMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-12-25dev-python/numpy-python2: Package supporting py2 for smoother transitionPacho Ramos
As discussed in https://bugs.gentoo.org/703240 I will maintain a numpy-python2 package to allow easier transition of reverse deps allowing to still port them to python 3.8. The idea of this package is to drop it as soon as possible, as a consequence: - python2-only packages depending on this should have a bug opened and blocking bug #703754 to allow us to track upstream progress on python3 porting. As a consequence, if the package upstream is dead or not planning to port to python3 ever, it should be treecleaned instead of adding a dependency on this package. - python3 packages also needing python2 support. During a transition period, it's possible that we will need to temporally allow some packages (usually libraries) to support python2 until other reverse deps of that libs are handled. You should then open a bug report blocking bug #703756 to follow the progress on porting them completely to python3. As a consequence, if your package supports both, you must try to simply remove python2 support over depending on this package, while only adding a dep on numpy-python2 if it is really hard to handle all reverse deps immediately. In that case, a bug report need to be opened as explained. Closes: https://bugs.gentoo.org/703240 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Pacho Ramos <pacho@gentoo.org>