diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /app-text/capyt | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'app-text/capyt')
-rw-r--r-- | app-text/capyt/Manifest | 2 | ||||
-rw-r--r-- | app-text/capyt/capyt-1.1.1.ebuild | 11 |
2 files changed, 5 insertions, 8 deletions
diff --git a/app-text/capyt/Manifest b/app-text/capyt/Manifest index ea42dc1850ac..617bf7adce7b 100644 --- a/app-text/capyt/Manifest +++ b/app-text/capyt/Manifest @@ -1,3 +1,3 @@ DIST capyt-1.1.1.tar.gz 3247 BLAKE2B 259c1cc7eddc88853518ed106f25e9b1d47a5c4604e749d25fb2133f11d90e78672473a9dd31fa80322b4c5177163fe5a177d27a6fd9a7cd31ef12db7ee3ed0f SHA512 863164967aab93088d39b0324d1324145f41ba76b9d21874ea6a3aa49955e1ec3430c7bcc9eb100c51b9e159c63758b6474d3bad586383d7c10d9f1118340123 -EBUILD capyt-1.1.1.ebuild 619 BLAKE2B 39f761d1aaea36e271dc9dcb532c05a66012daff02f7bcff75b063813ce5e3fd0ba8e85ba2487a8602685e3542ef1c1fa32cd333fcd1709ac3028b37fa53cf2a SHA512 28d490b8e6e6ae460f65efb9e33dc00923607d91a346e668851728a63e7a6ccaae51b22a3a95a9ccc96c30052c5a24dfa3ee0067226695874ef2bb583d6f348f +EBUILD capyt-1.1.1.ebuild 586 BLAKE2B 907d28c7ecc85cff6c2f3736ddf2e64b4c71058a3864aab54d05a0f31d8112a2d6ab4027ee91643908920962303175826f0c9718c93168f10091dab898a3798c SHA512 ceb18fac932fb0eea865570017d9b810b3946bc0a5dc8fb23daa05aaedc65c4b654b9d43e3b4e579d62aa6ee2266d056c72853a63f85396e4f5de7a87fc3c964 MISC metadata.xml 254 BLAKE2B 938f68b7b21ad386a35540a09e4bb956e241dfc963d4823c3c0cd46d3449ff4fb5a1cead67ad7c35a460503d30bdbde35822535f1c2d46f2939ee190f328b846 SHA512 26047ebb40fc49bfb4393121c5c5af69caee617a1d75676be84b0f5af75564828aeeef4503c7681eaaf7e48f6c662574874336296c18e002dca8e925162a1d4c diff --git a/app-text/capyt/capyt-1.1.1.ebuild b/app-text/capyt/capyt-1.1.1.ebuild index 5292845b844f..22d47165439c 100644 --- a/app-text/capyt/capyt-1.1.1.ebuild +++ b/app-text/capyt/capyt-1.1.1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5..7} ) +PYTHON_COMPAT=( python3_{6..8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -18,10 +19,6 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=" - ${DEPEND} - dev-python/requests[${PYTHON_USEDEP}] -" +RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" S="${WORKDIR}/${PN}-${MY_PV}" |