app-text/capyt: new package
authorjuippis <juippis@gmail.com>
Thu, 15 Mar 2018 14:30:54 +0000 (16:30 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 17 Mar 2018 09:17:04 +0000 (10:17 +0100)
Closes: https://github.com/gentoo/gentoo/pull/7468

app-text/capyt/Manifest [new file with mode: 0644]
app-text/capyt/capyt-1.0.ebuild [new file with mode: 0644]
app-text/capyt/metadata.xml [new file with mode: 0644]

diff --git a/app-text/capyt/Manifest b/app-text/capyt/Manifest
new file mode 100644 (file)
index 0000000..7058970
--- /dev/null
@@ -0,0 +1 @@
+DIST capyt-1.0.tar.gz 2152 BLAKE2B bde81e802c310a95c37695943d35a6cc98557f92199b7f8d5983340d1cbd6d2ffe4c07b48a9ea724603766d371cd80519c01c663fb8303c1abec3879e12caf34 SHA512 325de4bdc3d6b7e6d0926f37cb7facfbc216c0d46280576a3424add0b8c081405809a23982cda3032b3443a41ddbd7f6997040f7353defcbe72895b1ceff8384
diff --git a/app-text/capyt/capyt-1.0.ebuild b/app-text/capyt/capyt-1.0.ebuild
new file mode 100644 (file)
index 0000000..1369011
--- /dev/null
@@ -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 (file)
index 0000000..d9a6217
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>juippis@gmail.com</email>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+</pkgmetadata>