Skip to content

Commit

Permalink
db: Mark galaxy as monorepo
Browse files Browse the repository at this point in the history
Related to #85
  • Loading branch information
jayvdb committed Apr 7, 2020
1 parent 0cd01b5 commit 4d4be70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions pypidb/_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"https://github.com/Azure/azure-kusto-python",
"https://github.com/Azure/azure-storage-python",
"https://github.com/fabioz/PyDev.Debugger",
"https://github.com/galaxyproject/galaxy",
}
multipackage_repos = set(i.lower() for i in multipackage_repos)

Expand Down
9 changes: 7 additions & 2 deletions tests/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,10 @@
"fs-s3fs": "https://github.com/PyFilesystem/s3fs",
"fsspec": "https://github.com/intake/filesystem_spec",
"ftputil": "https://ftputil.sschwarzer.net/",
"galaxy-containers": "https://github.com/galaxyproject/galaxy",
"galaxy-sequence-utils": "https://github.com/galaxyproject/sequence_utils",
"galaxy-tool-util": "https://github.com/galaxyproject/galaxy",
"galaxy-util": "https://github.com/galaxyproject/galaxy",
"geoip": "https://github.com/maxmind/GeoIP-api-python",
"geventhttpclient-wheels": "https://github.com/gwik/geventhttpclient",
"gherkin-official": "https://github.com/cucumber/gherkin-python",
Expand Down Expand Up @@ -605,6 +609,7 @@
"proto-google-cloud-logging-v2": "https://github.com/googleapis/googleapis",
"proto-google-cloud-pubsub-v1": "https://github.com/googleapis/googleapis",
"publicsuffix": "https://code.google.com/p/python-public-suffix-list",
"pulsar-galaxy-lib": "https://github.com/galaxyproject/pulsar",
"pulsectl": "https://github.com/mk-fg/python-pulse-control",
"pure-protobuf": "https://github.com/eigenein/protobuf",
"pur": "https://github.com/alanhamlett/pip-update-requirements",
Expand Down Expand Up @@ -855,7 +860,7 @@
"firkin",
"flojay",
"fpconst",
"galaxy",
# "galaxy" very slow https://github.com/jayvdb/pypidb/issues/85
"gen3git",
"getch",
"github3py",
Expand Down Expand Up @@ -1231,7 +1236,7 @@
"fluent",
"freecell-solver", # Python may not in https://github.com/shlomif/fc-solve
"fysom",
"galaxy-lib",
"galaxy-",
"gapic-",
"gax-",
"gcloud-",
Expand Down

0 comments on commit 4d4be70

Please sign in to comment.