summaryrefslogtreecommitdiff
path: root/dev-python/PyGithub
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-01 01:43:15 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-01 01:43:15 +0000
commitcffbcdadc6d16999a8ea9d79d035f4c86310f9bc (patch)
tree73ca9cc9f9af753d6ba15cc509224c5ab94bc3cd /dev-python/PyGithub
parentda2764e87424db6597eb7d660475cf04c8557655 (diff)
downloadbaldeagleos-repo-cffbcdadc6d16999a8ea9d79d035f4c86310f9bc.tar.gz
baldeagleos-repo-cffbcdadc6d16999a8ea9d79d035f4c86310f9bc.tar.xz
baldeagleos-repo-cffbcdadc6d16999a8ea9d79d035f4c86310f9bc.zip
Adding metadata
Diffstat (limited to 'dev-python/PyGithub')
-rw-r--r--dev-python/PyGithub/PyGithub-1.55-r1.ebuild2
-rw-r--r--dev-python/PyGithub/PyGithub-1.55.ebuild29
2 files changed, 1 insertions, 30 deletions
diff --git a/dev-python/PyGithub/PyGithub-1.55-r1.ebuild b/dev-python/PyGithub/PyGithub-1.55-r1.ebuild
index 55fa80007403..b841c0b8ad54 100644
--- a/dev-python/PyGithub/PyGithub-1.55-r1.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.55-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="
dev-python/deprecated[${PYTHON_USEDEP}]
diff --git a/dev-python/PyGithub/PyGithub-1.55.ebuild b/dev-python/PyGithub/PyGithub-1.55.ebuild
deleted file mode 100644
index 46c6aee14274..000000000000
--- a/dev-python/PyGithub/PyGithub-1.55.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9,10} )
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/PyGithub/PyGithub/"
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
- >=dev-python/pyjwt-2.0[${PYTHON_USEDEP}]
- >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
- >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="
- test? (
- dev-python/cryptography[${PYTHON_USEDEP}]
- >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest