public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: dev-python/python-exec/
Date: Sun, 14 Oct 2012 11:01:21 +0000 (UTC)	[thread overview]
Message-ID: <1350211802.154cdc8fc376fab7a5b8c38bf3d8e077753dea63.mgorny@gentoo> (raw)

commit:     154cdc8fc376fab7a5b8c38bf3d8e077753dea63
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: Sun Oct 14 10:50:02 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=154cdc8f

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
+}


             reply	other threads:[~2012-10-14 11:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-14 11:01 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-10-14 11:01 [gentoo-commits] dev/mgorny:master commit in: dev-python/python-exec/ 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=1350211802.154cdc8fc376fab7a5b8c38bf3d8e077753dea63.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