summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjuippis <juippis@gmail.com>2018-03-15 16:30:54 +0200
committerMichał Górny <mgorny@gentoo.org>2018-03-17 10:17:04 +0100
commitc1f2002c7c444e6562e822c5b1e6391cc501759c (patch)
tree3c232d55671e72addaf17babb9ed2a488d4f66ad /app-text
parentgnome-extra/nm-applet-1.8.6: fix minimum deps (diff)
downloadgentoo-c1f2002c7c444e6562e822c5b1e6391cc501759c.tar.gz
gentoo-c1f2002c7c444e6562e822c5b1e6391cc501759c.tar.bz2
gentoo-c1f2002c7c444e6562e822c5b1e6391cc501759c.zip
app-text/capyt: new package
Closes: https://github.com/gentoo/gentoo/pull/7468
Diffstat (limited to 'app-text')
-rw-r--r--app-text/capyt/Manifest1
-rw-r--r--app-text/capyt/capyt-1.0.ebuild28
-rw-r--r--app-text/capyt/metadata.xml11
3 files changed, 40 insertions, 0 deletions
diff --git a/app-text/capyt/Manifest b/app-text/capyt/Manifest
new file mode 100644
index 000000000000..7058970fdbbb
--- /dev/null
+++ b/app-text/capyt/Manifest
@@ -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
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 @@
+<?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>