diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-08 00:39:47 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-08 00:39:47 +0000 |
| commit | 3d9997e1efa213bf85e56beb2a0ccd53bfff391b (patch) | |
| tree | 5332d4c42f7a6ab55d1c3224af96aa3648705a74 /dev-python/discogs-client | |
| parent | 344e024bff535a65b53deff58cd1dd14d3e7340b (diff) | |
| download | baldeagleos-repo-3d9997e1efa213bf85e56beb2a0ccd53bfff391b.tar.gz baldeagleos-repo-3d9997e1efa213bf85e56beb2a0ccd53bfff391b.tar.xz baldeagleos-repo-3d9997e1efa213bf85e56beb2a0ccd53bfff391b.zip | |
Adding metadata
Diffstat (limited to 'dev-python/discogs-client')
| -rw-r--r-- | dev-python/discogs-client/discogs-client-2.3.14.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/discogs-client/discogs-client-9999.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/discogs-client/discogs-client-2.3.14.ebuild b/dev-python/discogs-client/discogs-client-2.3.14.ebuild index 9c8d5f2809f4..e534653e2d70 100644 --- a/dev-python/discogs-client/discogs-client-2.3.14.ebuild +++ b/dev-python/discogs-client/discogs-client-2.3.14.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit distutils-r1 -if [[ ${PV} == "9999" ]]; then +if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/joalla/discogs_client.git" inherit git-r3 else diff --git a/dev-python/discogs-client/discogs-client-9999.ebuild b/dev-python/discogs-client/discogs-client-9999.ebuild index aa5169301de2..419609d2cb4c 100644 --- a/dev-python/discogs-client/discogs-client-9999.ebuild +++ b/dev-python/discogs-client/discogs-client-9999.ebuild @@ -5,9 +5,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{7,8,9,10} ) + inherit distutils-r1 -if [[ ${PV} == "9999" ]]; then +if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/joalla/discogs_client.git" inherit git-r3 else |
