* [gentoo-commits] dev/mgorny:python-r1-migration commit in: dev-python/python-exec/
2012-10-14 11:01 [gentoo-commits] dev/mgorny:master commit in: dev-python/python-exec/ Michał Górny
@ 2012-10-06 8:07 ` Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2012-10-06 8:07 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] dev/mgorny:master commit in: dev-python/python-exec/
@ 2012-10-14 11:01 Michał Górny
2012-10-06 8:07 ` [gentoo-commits] dev/mgorny:python-r1-migration " Michał Górny
0 siblings, 1 reply; 2+ messages in thread
From: Michał Górny @ 2012-10-14 11:01 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-14 11:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-14 11:01 [gentoo-commits] dev/mgorny:master commit in: dev-python/python-exec/ Michał Górny
2012-10-06 8:07 ` [gentoo-commits] dev/mgorny:python-r1-migration " Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox