summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Remove redundant `|| die` on virtxDavid Seifert2019-12-125-5/+5
| | | | | | | * `virtx` never required `|| die` to begin with. Closes: https://github.com/gentoo/gentoo/pull/13954 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-115-1/+6
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/networkx: bump 2.4Jason Zaman2019-12-022-0/+59
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Jason Zaman <perfinion@gentoo.org>
* dev-python/networkx: 2.2 allarches stablizedMatthew Thode2019-05-111-1/+1
| | | | | | | Stablized for Openstack Stein Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* */*: Remove last vestiges of python3_4David Seifert2019-04-202-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/11755 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-172-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/networkx: 2.2 bumpMatthew Thode2019-04-102-0/+58
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* dev-python/networkx: 2.1 bupMatthew Thode2018-07-183-0/+62
| | | | | | docs need work Closes: https://bugs.gentoo.org/647490 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* dev-python/networkx: 1.11-r1 stablized under allarchesaMatthew Thode2018-03-301-1/+1
| | | | Stablized for Openstack Queens
* dev-python/networkx: Drop ~arm64 from old versionMichał Górny2018-02-191-1/+1
| | | | Drop ~arm64 keyword from the old version due to impossible deps.
* dev-python/networkx: make scipy an optional depMatthew Thode2018-02-132-0/+78
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-python/networkx: Clean old upMichał Górny2018-01-052-79/+0
|
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* media-gfx/pydot: move to dev-python/pydotTim Harder2017-08-192-2/+2
|
* dev-python/networkx: added python-3.6Sébastien Fabbro2017-06-271-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/networkx: x86 stable wrt bug #606238Agostino Sarubbo2017-06-171-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/networkx: amd64 stable wrt bug #606238Agostino Sarubbo2017-06-171-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/networkx: modernize python function callsMike Gilbert2017-06-031-7/+6
| | | | Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69
* dev-python/networkx: fix sphinx errorMike Gilbert2017-06-032-7/+19
| | | | | Bug: https://bugs.gentoo.org/594626 Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69
* dev-python/networkx: Clean old versions upMichał Górny2017-05-023-149/+0
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-284-4/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/networkx: Remove ppc from KEYWORDSDavid Seifert2017-02-024-8/+8
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3766
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-014-4/+4
|
* dev-python/networkx: added python 3.5 compatSébastien Fabbro2016-03-181-4/+4
| | | | Package-Manager: portage-2.2.28
* dev-python/networkx: keywording arm64Matthew Thode2016-02-281-1/+1
| | | | | | merged on X-C1 Package-Manager: portage-2.2.26
* dev-python/networkx: Don't use banned EXAMPLESJustin Lecher2016-02-081-1/+1
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573768 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-python/networkx: Use python2.7 for doc buildingJustin Lecher2016-02-033-3/+22
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=571044 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-python/networkx: Version BumpJustin Lecher2016-02-012-0/+74
| | | | | Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* dev-python/networkx: x86 stable wrt bug #565742Agostino Sarubbo2015-11-161-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-python/networkx: amd64 stable wrt bug #565742Agostino Sarubbo2015-11-161-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* dev-python/networkx: Rekeyword according to old KEYWORDSJustin Lecher2015-10-141-1/+1
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=559838 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-python/networkx: Drop ppc due to missing KEYWORD in revdepJustin Lecher2015-09-071-0/+73
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=559838 Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Revert "dev-python/networkx: Add python3 support for pygraphviz"Justin Lecher2015-09-071-3/+2
| | | | | | This reverts commit 346ac11877ac71834311d6c7d1bdba4e18cce89d. Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-python/networkx: Add python3 support for pygraphvizJustin Lecher2015-09-071-2/+3
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-084-0/+165
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed