From a92eb8d2144da00cbb4b484475d16203890a9b60 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [feature/flatten]" Date: Mon, 2 Nov 2020 18:14:41 +0000 Subject: Updating liguros repo --- dev-python/stapler/Manifest | 2 +- dev-python/stapler/metadata.xml | 6 ++--- dev-python/stapler/stapler-1.0.0_p20200531.ebuild | 27 ++++++++++++++++++++++ .../stapler/stapler-1.0_pre20191215-r1.ebuild | 27 ---------------------- 4 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 dev-python/stapler/stapler-1.0.0_p20200531.ebuild delete mode 100644 dev-python/stapler/stapler-1.0_pre20191215-r1.ebuild (limited to 'dev-python/stapler') diff --git a/dev-python/stapler/Manifest b/dev-python/stapler/Manifest index fd45e260a4df..b2db9557c9dd 100644 --- a/dev-python/stapler/Manifest +++ b/dev-python/stapler/Manifest @@ -1 +1 @@ -DIST stapler-1.0_pre20191215.tar.gz 37483 BLAKE2B e13db364fb91fc4e537f4a1c65e90bf2bbd950ba771cc02cc8dc95bf826c0aebc0160dbe098ad1cd5fc88ab8f0d0656bc96b594bf1d6444cc6bb03265ad8c2d9 SHA512 f88b88fd70dc4083f7bca8bbef0033c1d02af4bbb69f99af7ae80473b297a81fd11a27efda1d9be2fb4290c714444ca8b05ab1bc16e012b91be3435cb53b4b85 +DIST stapler-1.0.0_p20200531.tar.gz 42840 BLAKE2B bfa909e25dfd65101321e153f5129d28bbb360845d6a3622c53ec3921610b9987a8e5c85c4428ee1cd196c0ee42b5a2eefdca7c4a75be223867fad4d830b148a SHA512 7c5f76240f1dff67eae3eb25d29087c7bbff3aace65030d10836f60769798d653b30acb6cc89355ba1eb590dbfc3236cb4ae95c02db6e779ad474781a17bdbc8 diff --git a/dev-python/stapler/metadata.xml b/dev-python/stapler/metadata.xml index 65f32f8c5ba4..a74a9ee4e5ad 100644 --- a/dev-python/stapler/metadata.xml +++ b/dev-python/stapler/metadata.xml @@ -1,9 +1,9 @@ - - python@gentoo.org - Gentoo Python Project + + bkohler@gentoo.org + Ben Kohler hellerbarde/stapler diff --git a/dev-python/stapler/stapler-1.0.0_p20200531.ebuild b/dev-python/stapler/stapler-1.0.0_p20200531.ebuild new file mode 100644 index 000000000000..afdf69bfe9ad --- /dev/null +++ b/dev-python/stapler/stapler-1.0.0_p20200531.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=pyproject.toml + +inherit distutils-r1 vcs-snapshot + +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" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/PyPDF2[${PYTHON_USEDEP}] +" + +DEPEND=" + ${RDEPEND} +" diff --git a/dev-python/stapler/stapler-1.0_pre20191215-r1.ebuild b/dev-python/stapler/stapler-1.0_pre20191215-r1.ebuild deleted file mode 100644 index 6ade54069048..000000000000 --- a/dev-python/stapler/stapler-1.0_pre20191215-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{5,6,7,8,9} ) - -inherit distutils-r1 vcs-snapshot - -# Commit Date: 15th December 2019 -COMMIT="875325103234b4a3ed96a4a5167ff78c291edbff" - -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" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/PyPDF2[${PYTHON_USEDEP}] -