From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mrueg:master commit in: dev-python/whichcraft/
Date: Fri, 18 Sep 2015 00:15:54 +0000 (UTC) [thread overview]
Message-ID: <1442535344.abd63f39d9b9af61c7920610fe30f7539f2edd04.mrueg@gentoo> (raw)
commit: abd63f39d9b9af61c7920610fe30f7539f2edd04
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 00:15:44 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 00:15:44 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=abd63f39
dev-python/whichcraft: Initial version
Package-Manager: portage-2.2.20.1
dev-python/whichcraft/Manifest | 1 +
dev-python/whichcraft/metadata.xml | 8 ++++++++
dev-python/whichcraft/whichcraft-0.1.1.ebuild | 24 ++++++++++++++++++++++++
3 files changed, 33 insertions(+)
diff --git a/dev-python/whichcraft/Manifest b/dev-python/whichcraft/Manifest
new file mode 100644
index 0000000..d06a519
--- /dev/null
+++ b/dev-python/whichcraft/Manifest
@@ -0,0 +1 @@
+DIST whichcraft-0.1.1.tar.gz 7833 SHA256 7b2d3584318a890acc8e2665b434ad3214caff0684450cc60c60d16fa73117f7 SHA512 e6c3e5ea866e9bf47ddf7a4a11ac1124d3f6fd50233624a493b09685e0e4b5d805768399391f0580228c8ca60d6c347499108027b12b05bf65a2d8dc78a9801a WHIRLPOOL 1f4a92df6ac16e729ea03be340971d97ffb11b3da795f5d1a7e0bc836aaa06de04a0d7c2a819b45fccf18f7881af046c355d60bb9d0f8453161116c26da9fdd4
diff --git a/dev-python/whichcraft/metadata.xml b/dev-python/whichcraft/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/dev-python/whichcraft/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/whichcraft/whichcraft-0.1.1.ebuild b/dev-python/whichcraft/whichcraft-0.1.1.ebuild
new file mode 100644
index 0000000..91b4688
--- /dev/null
+++ b/dev-python/whichcraft/whichcraft-0.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION=" This package provides cross-platform cross-python shutil.which functionality"
+HOMEPAGE="https://github.com/pydanny/whichcraft"
+SRC_URI="https://github.com/pydanny/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DOCS=( README.rst HISTORY.rst CONTRIBUTING.rst )
+
+python_test() {
+ ${PYTHON} test_whichcraft.py || die
+}
next reply other threads:[~2015-09-18 0:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-18 0:15 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-09-18 22:45 [gentoo-commits] dev/mrueg:master commit in: dev-python/whichcraft/ Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1442535344.abd63f39d9b9af61c7920610fe30f7539f2edd04.mrueg@gentoo \
--to=mrueg@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox