From 3aa0108d22bf5909d5e33646063bdaf75d0bef8e Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Sat, 10 Oct 2020 11:05:37 +0200 Subject: net-misc/gandi-cli: Bump to 1.6 Package-Manager: Portage-3.0.4, Repoman-3.0.1 --- net-misc/gandi-cli/Manifest | 4 +-- net-misc/gandi-cli/gandi-cli-1.5-r1.ebuild | 40 ------------------------------ net-misc/gandi-cli/gandi-cli-1.6.ebuild | 40 ++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 net-misc/gandi-cli/gandi-cli-1.5-r1.ebuild create mode 100644 net-misc/gandi-cli/gandi-cli-1.6.ebuild (limited to 'net-misc') diff --git a/net-misc/gandi-cli/Manifest b/net-misc/gandi-cli/Manifest index a929ee8..314afaf 100644 --- a/net-misc/gandi-cli/Manifest +++ b/net-misc/gandi-cli/Manifest @@ -1,3 +1,3 @@ -DIST gandi-cli-1.5.tar.gz 167825 BLAKE2B a8a045fc94b4b08e6fdd7ac7a61056712d435bab10512c403b917b612ad9401612f3dc9f91f3d61b6af80b9eceaef50be6a1148b51d1c01df27b0b1d54e6db06 SHA512 cdcaf4441c253a465e73e6b108ea2e348d5943308263f3d190ef82279aa340378e9c576d71c5d03cf60e4d7586b0282a5a804078129ec96af34e80d5919d6a89 -EBUILD gandi-cli-1.5-r1.ebuild 815 BLAKE2B 76e87a4b2f65666dffff1893c7f8bfea42a2e345f54b0d3dfb96712489e83639af58ad3e05d65887cc369ab72fd7b19d49d94c0ff1abe7b2468d5f1c1edb7523 SHA512 b6c655627e1f695a08c9dfd01b6273d2129624bdd6b5c256a020036629570d0ed79da1c8197c1f73388b7770d777e94c642837c03f722bef3d002956f8b4fc81 +DIST gandi-cli-1.6.tar.gz 170850 BLAKE2B 43ea5dabcce6317835b3cb78cc9f70fb3d50f34f563fb65892ae2095b41c02f575ca8e480dbbfcd43d65902ba248862f9db072c1159581818e5e4230d5390c96 SHA512 d3033edf443248a9b25954df5a6a00850cfabfeb2f9e004a8f65b2363d610c1ce86c9a9235d3ac708140094dee77c51d052969d8b1972e63a4a1d0a26dbe448b +EBUILD gandi-cli-1.6.ebuild 821 BLAKE2B 273d88c655c4e03ff4111142baac47bad5f2643143bd3d323883d75ebfa954e439f873b1c64eddec125a938e6298212d33cad1a0c02a51c862a00ab2e0589c6e SHA512 78b471ddad0bfbc56f1acb23e7ba22d277d9bd0e9ee73c67b7e6a7aec86b493026237dc2b922d40060141265a8bd60c16b0eb63a61fb028f0308b1ce24ddf1d0 MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0 diff --git a/net-misc/gandi-cli/gandi-cli-1.5-r1.ebuild b/net-misc/gandi-cli/gandi-cli-1.5-r1.ebuild deleted file mode 100644 index 1d0ad0b..0000000 --- a/net-misc/gandi-cli/gandi-cli-1.5-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_7 pypy ) - -inherit distutils-r1 - -MY_PN="${PN//-/.}" -DESCRIPTION="CLI to easily create and manage web resources for your Gandi account." -HOMEPAGE="https://github.com/Gandi/gandi.cli" -SRC_URI="https://github.com/Gandi/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -REQUIRED_USE=" - ${PYTHON_REQUIRED_USE} -" - -RDEPEND=" - ${PYTHON_DEPS} - >=dev-python/click-7 - dev-python/requests - dev-python/pyyaml - dev-python/ipy - dev-python/namespace-gandi -" - -DEPEND="dev-python/namespace-gandi" - -RESTRICT="mirror" - -S=${WORKDIR}/${MY_PN}-${PV} - -python_install_all() { - distutils-r1_python_install_all - find "${ED}" -name '*.pth' -delete || die -} diff --git a/net-misc/gandi-cli/gandi-cli-1.6.ebuild b/net-misc/gandi-cli/gandi-cli-1.6.ebuild new file mode 100644 index 0000000..a9234ef --- /dev/null +++ b/net-misc/gandi-cli/gandi-cli-1.6.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7,8,9} pypy ) + +inherit distutils-r1 + +MY_PN="${PN//-/.}" +DESCRIPTION="CLI to easily create and manage web resources for your Gandi account." +HOMEPAGE="https://github.com/Gandi/gandi.cli" +SRC_URI="https://github.com/Gandi/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} +" + +RDEPEND=" + ${PYTHON_DEPS} + >=dev-python/click-7 + dev-python/requests + dev-python/pyyaml + dev-python/ipy + dev-python/namespace-gandi +" + +DEPEND="dev-python/namespace-gandi" + +RESTRICT="mirror" + +S=${WORKDIR}/${MY_PN}-${PV} + +python_install_all() { + distutils-r1_python_install_all + find "${ED}" -name '*.pth' -delete || die +} -- cgit v1.2.3-2-gb3c3