diff options
Diffstat (limited to 'app-text/capyt')
-rw-r--r-- | app-text/capyt/Manifest | 1 | ||||
-rw-r--r-- | app-text/capyt/capyt-1.1.1.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/app-text/capyt/Manifest b/app-text/capyt/Manifest index ecd4168c6a26..68cae7c184d6 100644 --- a/app-text/capyt/Manifest +++ b/app-text/capyt/Manifest @@ -1,4 +1,3 @@ DIST capyt-1.1.1.tar.gz 3247 BLAKE2B 259c1cc7eddc88853518ed106f25e9b1d47a5c4604e749d25fb2133f11d90e78672473a9dd31fa80322b4c5177163fe5a177d27a6fd9a7cd31ef12db7ee3ed0f SHA512 863164967aab93088d39b0324d1324145f41ba76b9d21874ea6a3aa49955e1ec3430c7bcc9eb100c51b9e159c63758b6474d3bad586383d7c10d9f1118340123 EBUILD capyt-1.1.1-r1.ebuild 627 BLAKE2B fc1eafab61078ae924fc0cb57c51317ebd428a3153a59fda8ba9a235e1b25d6227f7cde827d2f283b1fc2467c8c20b0f4fe093a8ce73755865a71b6071f403ad SHA512 b45f8ede38d04a67dbec4a7c333fcb3ac5344b5af435978b7ad76057d61bba18bf0bf734c17db5e7233e2c581a7c38b61350470e0e7475a10287000e8114b1ea -EBUILD capyt-1.1.1.ebuild 587 BLAKE2B 83b6370aac10fb7eb1a1797439ddc069bd10afa8d66bfa6c0551b9708dc0f76fdf7320a840dfbd3bb4169ae59a92616ab337f8745b211e9eaf7bcf4646b2be70 SHA512 3e4d298c6421eca1464b87dfee836ccd42865391434eba419e8d1bd2bba4566719437138154da7124f2fbe00cf92e470c53778318b3b1a6e9b74a24b406815a5 MISC metadata.xml 408 BLAKE2B 125f61cd2839d319542650fadeada969be0383a42d9ba28aa5b23d52e0fcf6cc8b01e7397d95e8d9de123fad26722f5d1040689299dbd149b1c0d2f3b29664ac SHA512 e2f20f137cfc42b7730bb46418fca96b07d07de8d22cc0ee0a5225b1863561bf143dd57ea9f74682cad01d653c9bb1abd805cca8551cf20b5c8dc791c4791faf diff --git a/app-text/capyt/capyt-1.1.1.ebuild b/app-text/capyt/capyt-1.1.1.ebuild deleted file mode 100644 index 259058c03c19..000000000000 --- a/app-text/capyt/capyt-1.1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..12} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -MY_PV=$(ver_rs 2 '-') - -DESCRIPTION="A python3 CLI utility to interface with cpy.pt paste service" -HOMEPAGE="https://github.com/lbatalha/capyt - https://pypi.org/project/capyt/" -SRC_URI="https://github.com/lbatalha/capyt/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${PN}-${MY_PV}" |