summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-09-27 09:36:23 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-09-27 12:29:00 +0300
commit639cf05e50f66a3f2202979d50fbbd315c9d125f (patch)
treeb9a4bb7979e241dc74003db9d7530ff92e2bd6d8
parentx11-misc/qt5ct: Remove old (diff)
downloadgentoo-639cf05e.tar.gz
gentoo-639cf05e.tar.bz2
gentoo-639cf05e.zip
dev-vcs/github-pages-publish: enable py3.{9,10}, cleanup
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild21
1 files changed, 4 insertions, 17 deletions
diff --git a/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild b/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild
index 3226c0a807a2..73c53a38c1ea 100644
--- a/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild
+++ b/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild
@@ -3,30 +3,17 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8..10} )
-GIT_ECLASS=
-if [[ ${PV} = *9999* ]]; then
- GIT_ECLASS="git-r3"
- EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git"
-fi
-
-inherit distutils-r1 ${GIT_ECLASS}
+inherit distutils-r1
DESCRIPTION="A script that commits files from a directory to Github Pages"
HOMEPAGE="https://pypi.org/project/github-pages-publish/
https://github.com/rafaelmartins/github-pages-publish"
-
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-if [[ ${PV} = *9999* ]]; then
- SRC_URI=""
-fi
LICENSE="BSD"
SLOT="0"
-IUSE=""
+KEYWORDS="~amd64 ~x86"
-DEPEND=">=dev-python/pygit2-0.20.0"
-RDEPEND="${DEPEND}"
+RDEPEND=">=dev-python/pygit2-0.20.0"