From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:python-r1-migration commit in: dev-python/python-exec/
Date: Sat, 6 Oct 2012 08:07:08 +0000 (UTC) [thread overview]
Message-ID: <1349510844.3b51bfa7873191b62e41a525d5f92773d9d0491a.mgorny@gentoo> (raw)
Message-ID: <20121006080708.QyRQyaBYKXFhNCAqgOVV623abTes01C9iaAnPcJjJKk@z> (raw)
commit: 3b51bfa7873191b62e41a525d5f92773d9d0491a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 6 08:07:24 2012 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 6 08:07:24 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=3b51bfa7
Add an ebuild for python-exec.
---
dev-python/python-exec/metadata.xml | 16 +++++++++
dev-python/python-exec/python-exec-9999.ebuild | 43 ++++++++++++++++++++++++
2 files changed, 59 insertions(+), 0 deletions(-)
diff --git a/dev-python/python-exec/metadata.xml b/dev-python/python-exec/metadata.xml
new file mode 100644
index 0000000..ba963d0
--- /dev/null
+++ b/dev-python/python-exec/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <maintainer>
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <upstream>
+ <maintainer status="active">
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <bugs-to>https://bitbucket.org/mgorny/python-exec/issues/</bugs-to>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/python-exec/python-exec-9999.ebuild b/dev-python/python-exec/python-exec-9999.ebuild
new file mode 100644
index 0000000..308cb6f
--- /dev/null
+++ b/dev-python/python-exec/python-exec-9999.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+#if LIVE
+AUTOTOOLS_AUTORECONF=yes
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
+
+inherit git-2
+#endif
+
+inherit autotools-utils python-r1
+
+DESCRIPTION="Python script wrapper"
+HOMEPAGE="https://bitbucket.org/mgorny/python-exec/"
+SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+#if LIVE
+KEYWORDS=
+SRC_URI=
+#endif
+
+append_impl() {
+ pyimpls+="${EPYTHON} "
+}
+
+src_configure() {
+ local pyimpls
+ python_foreach_impl append_impl
+
+ local myeconfargs=(
+ --with-python-impls="${pyimpls}"
+ )
+
+ autotools-utils_src_configure
+}
next reply other threads:[~2012-10-06 8:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-14 11:01 Michał Górny [this message]
2012-10-06 8:07 ` [gentoo-commits] dev/mgorny:python-r1-migration commit in: dev-python/python-exec/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2012-10-14 11:01 [gentoo-commits] dev/mgorny:master " Michał Górny
2012-10-31 23:37 Michał Górny
2012-10-31 23:37 Michał Górny
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=1349510844.3b51bfa7873191b62e41a525d5f92773d9d0491a.mgorny@gentoo \
--to=mgorny@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