summaryrefslogtreecommitdiff
path: root/dev-python/invoke
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-23 04:19:44 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-23 04:19:44 +0000
commitc5283d322accc6097afec74eab24550829788bab (patch)
treeb99ce668128d82a026eaa31461643f9173f9b77b /dev-python/invoke
parent5510d9d7d1c93c2ea71a2bd6f0666168808d5dd6 (diff)
gentoo resync : 23.03.2018
Diffstat (limited to 'dev-python/invoke')
-rw-r--r--dev-python/invoke/Manifest3
-rw-r--r--dev-python/invoke/invoke-0.22.1.ebuild15
-rw-r--r--dev-python/invoke/metadata.xml12
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/invoke/Manifest b/dev-python/invoke/Manifest
new file mode 100644
index 000000000000..555108fb30ae
--- /dev/null
+++ b/dev-python/invoke/Manifest
@@ -0,0 +1,3 @@
+DIST invoke-0.22.1.tar.gz 292418 BLAKE2B ae392d3cd84ff58a0e2f24a8beed7b0d556a45d55a11fb5522bfe11351d2b47512e7910a18bad2db1e1475410d9c15b0af4cedbae06240133d5d8b320c362669 SHA512 e1c55435923bbfae8eb8f22a7dff81ce3e127cecbc0c33c002acb94d49c6cd41b7fbaf54beea654c77873bbbc8bcc85c7a61cf5789af80758d5b3abd7d2a61b0
+EBUILD invoke-0.22.1.ebuild 420 BLAKE2B f942b7220c2742be8ba13cf0a4e7b625720dfc1fcc344444154f85d998b5b2da5a1f7136aed564b0db440fe82509c6e29af25f8dfa818932f8f6fa60567a80cb SHA512 b5dd9ded09a5f7141d90095085a906be47474f3c82183cc8bd62021cc034f62b622a864f0453bb844f5de69f3c30e9372bec2b06af93cbcf2b35ad37c2b19d40
+MISC metadata.xml 438 BLAKE2B fd7de2d82839646be57042d5db8b2d4a27f9e3f16bad202dc068d2eaf590e04952003d67614c98554c631668c0c31927a7e3a4f73ec15761a66631d01cf6aef3 SHA512 eb37fe7d88bec1255f2579bd9e60054b887c466984017501327a48a6a8ae6e3a3b3b473c850db94b0dda7bdeeb63b8c60e0cdae041fa034854fb68ee416fc9bd
diff --git a/dev-python/invoke/invoke-0.22.1.ebuild b/dev-python/invoke/invoke-0.22.1.ebuild
new file mode 100644
index 000000000000..cec599ec9d1b
--- /dev/null
+++ b/dev-python/invoke/invoke-0.22.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+inherit distutils-r1
+
+DESCRIPTION="Pythonic task execution"
+HOMEPAGE="https://pypi.python.org/pypi/invoke/"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
diff --git a/dev-python/invoke/metadata.xml b/dev-python/invoke/metadata.xml
new file mode 100644
index 000000000000..04808fe9fc0a
--- /dev/null
+++ b/dev-python/invoke/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <longdescription>
+ Invoke is a Python (2.7 and 3.4+) task execution tool and library,
+ drawing inspiration from various sources to arrive at a powerful and clean feature set.
+ </longdescription>
+</pkgmetadata>