diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-09-10 07:09:04 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-09-10 07:09:04 +0000 |
| commit | a30a448aff4f450deba8f0bfc4fca47aaf67663a (patch) | |
| tree | bcf0ae861600503ba0e53907d4a66c7820e44732 /dev-python/stapler | |
| parent | ea69f9cb1eba5e9fdead50428ff2bc672fe3f218 (diff) | |
| download | baldeagleos-repo-a30a448aff4f450deba8f0bfc4fca47aaf67663a.tar.gz baldeagleos-repo-a30a448aff4f450deba8f0bfc4fca47aaf67663a.tar.xz baldeagleos-repo-a30a448aff4f450deba8f0bfc4fca47aaf67663a.zip | |
Adding metadata
Diffstat (limited to 'dev-python/stapler')
| -rw-r--r-- | dev-python/stapler/metadata.xml | 1 | ||||
| -rw-r--r-- | dev-python/stapler/stapler-1.0.0_p20200531-r2.ebuild (renamed from dev-python/stapler/stapler-1.0.0_p20200531-r1.ebuild) | 9 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/stapler/metadata.xml b/dev-python/stapler/metadata.xml index 4ba8c9cb7acf..c6dd23294bbf 100644 --- a/dev-python/stapler/metadata.xml +++ b/dev-python/stapler/metadata.xml @@ -9,4 +9,5 @@ <remote-id type="pypi">stapler</remote-id> </upstream> <origin>gentoo-staging</origin> + <stabilize-allarches/> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/stapler/stapler-1.0.0_p20200531-r1.ebuild b/dev-python/stapler/stapler-1.0.0_p20200531-r2.ebuild index 19d2ea5b162d..d7848bff1586 100644 --- a/dev-python/stapler/stapler-1.0.0_p20200531-r1.ebuild +++ b/dev-python/stapler/stapler-1.0.0_p20200531-r2.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{6,7,8,9,10} ) DISTUTILS_USE_SETUPTOOLS=pyproject.toml -inherit distutils-r1 vcs-snapshot +inherit distutils-r1 COMMIT="1cabc85521e2badfc1e0d690086e286e701c2d9e" DESCRIPTION="Suite of tools for PDF files manipulation written in Python" HOMEPAGE="https://github.com/hellerbarde/stapler" SRC_URI="https://github.com/hellerbarde/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="BSD" SLOT="0" @@ -22,6 +23,4 @@ RDEPEND=" dev-python/PyPDF2[${PYTHON_USEDEP}] " -DEPEND=" - ${RDEPEND} -" +distutils_enable_tests unittest |
