From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-text/capyt/Manifest | 3 +++ app-text/capyt/capyt-1.0.ebuild | 28 ++++++++++++++++++++++++++++ app-text/capyt/metadata.xml | 11 +++++++++++ 3 files changed, 42 insertions(+) create mode 100644 app-text/capyt/Manifest create mode 100644 app-text/capyt/capyt-1.0.ebuild create mode 100644 app-text/capyt/metadata.xml (limited to 'app-text/capyt') diff --git a/app-text/capyt/Manifest b/app-text/capyt/Manifest new file mode 100644 index 000000000000..71e233dffb77 --- /dev/null +++ b/app-text/capyt/Manifest @@ -0,0 +1,3 @@ +DIST capyt-1.0.tar.gz 2152 BLAKE2B bde81e802c310a95c37695943d35a6cc98557f92199b7f8d5983340d1cbd6d2ffe4c07b48a9ea724603766d371cd80519c01c663fb8303c1abec3879e12caf34 SHA512 325de4bdc3d6b7e6d0926f37cb7facfbc216c0d46280576a3424add0b8c081405809a23982cda3032b3443a41ddbd7f6997040f7353defcbe72895b1ceff8384 +EBUILD capyt-1.0.ebuild 563 BLAKE2B ffc4b2f372ae2cf90bf6239b0d19fe8828b6230e28faf639845fcd0cd44f08854aa48d8b2269b303abc5067b1a87a824f958f6e13ba3d4a714a74b2a64563100 SHA512 c6a28572d692f057816336fe4028f99982750592e2ff751481c5cf436f22a0f89c2fc6d80e8ea8d431e4096bdc12232787454d3bbf32a5ebf122f524c37ce4fd +MISC metadata.xml 344 BLAKE2B 2b09c758b212196592a83ba9e2f30591f97d222619bf3a494fcc025789c46d70f55b955400c580dbc9d3f5ea3cdb3662d79e2960d88e8b7e089a741c7fa6041d SHA512 f9e35a54a3d719a4114e2bc758096c1f6365838163ab5f6a3353bd318581683ca4757be60d0dbb8457099c1e174518078091a94e2f23f086903f45be94c4915d diff --git a/app-text/capyt/capyt-1.0.ebuild b/app-text/capyt/capyt-1.0.ebuild new file mode 100644 index 000000000000..13690113dc90 --- /dev/null +++ b/app-text/capyt/capyt-1.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{5..6} ) + +inherit python-single-r1 + +DESCRIPTION="A python3 CLI utility to interface with cpy.pt paste service" +HOMEPAGE="https://github.com/lbatalha/capyt" +SRC_URI="https://github.com/lbatalha/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + ${PYTHON_DEPS} + dev-python/requests[${PYTHON_USEDEP}] +" + +src_install() { + dodoc README.md + + python_doscript capyt.py +} diff --git a/app-text/capyt/metadata.xml b/app-text/capyt/metadata.xml new file mode 100644 index 000000000000..d9a6217dd22d --- /dev/null +++ b/app-text/capyt/metadata.xml @@ -0,0 +1,11 @@ + + + + + juippis@gmail.com + + + proxy-maint@gentoo.org + Proxy Maintainers + + -- cgit v1.2.3