diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-10-14 10:57:27 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-10-14 10:57:27 +0000 |
commit | 826a1983736bb1ca69e1c02a2281bbc3c4494c88 (patch) | |
tree | f2a3bea25ff6ac84884551e75043612ffe61e531 /dev-python | |
parent | Force-enable all Python implementations for python-exec. (diff) | |
download | gentoo-2-826a1983736bb1ca69e1c02a2281bbc3c4494c88.tar.gz gentoo-2-826a1983736bb1ca69e1c02a2281bbc3c4494c88.tar.bz2 gentoo-2-826a1983736bb1ca69e1c02a2281bbc3c4494c88.zip |
Introduce python-exec, a tool to start Python scripts installed for multiple implementations.
(Portage version: 2.2.0_alpha137_p1/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-exec/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/python-exec/Manifest | 4 | ||||
-rw-r--r-- | dev-python/python-exec/metadata.xml | 16 | ||||
-rw-r--r-- | dev-python/python-exec/python-exec-0.1.ebuild | 31 |
4 files changed, 61 insertions, 0 deletions
diff --git a/dev-python/python-exec/ChangeLog b/dev-python/python-exec/ChangeLog new file mode 100644 index 000000000000..475222136b26 --- /dev/null +++ b/dev-python/python-exec/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-python/python-exec +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-exec/ChangeLog,v 1.1 2012/10/14 10:57:27 mgorny Exp $ + +*python-exec-0.1 (14 Oct 2012) + + 14 Oct 2012; Michał Górny <mgorny@gentoo.org> +metadata.xml, + +python-exec-0.1.ebuild: + Introduce python-exec, a tool to start Python scripts installed for multiple + implementations. diff --git a/dev-python/python-exec/Manifest b/dev-python/python-exec/Manifest new file mode 100644 index 000000000000..2f7b3aced6e7 --- /dev/null +++ b/dev-python/python-exec/Manifest @@ -0,0 +1,4 @@ +DIST python-exec-0.1.tar.bz2 63503 SHA256 327f2309730714f97750c88330111fc709a3560a8bdccdf6497c3ea96ca3369d SHA512 e7b66f6fafa9d957acd968feb2cec70a6c75e8849e2d6f7ab4c869fdfeae6ae323290ac011ba1e8a9e95999667efac8c1bc6674b74bffbd9068db86b90cb433c WHIRLPOOL d92f036e76074ab9e51f3be8e20d5e5f01f4516e795caf4392fe6f658509fcea92e126189d9d305a61d2e6117b956cdb8aa1a46076575a827eb204fc47e9313c +EBUILD python-exec-0.1.ebuild 577 SHA256 b4ce28654583b6ee93217f4ea00d97bf844798f527e780eb7e42f8875b870479 SHA512 f817a21eacadfc32c584f4864539ec12338395f24b3c68d5ac344682de5f1a9ea7d61d2472f866a668b41a6091114ed600b568670cac975fbb797d7cb575fadc WHIRLPOOL 1bcc47ecb6eaff42d2953b268aa1a5aca3cce7add7b09659902de4af37c9136af0c8ae34aaa520e931293299f30446ea955dd1b802f8259d81fb416c44431a5f +MISC ChangeLog 345 SHA256 7481c68bb1f187d05a5568850e3b5d1c4cb0c80594fa83afc3c0e1746950c8e9 SHA512 d35e487c1d54b4ce7d2f7c502633fb59a183119d6409d16b3da0b778323065d4e9b86fdbfe7c7624bf6cce60945e1198ad4075738636203cce7d3be084da2084 WHIRLPOOL d5af7d55507c64bd74ad6b6824082a749223195a09c05598b30b70ccd4b1ea9c55e267121e432a5270f67eed47e5822f5d2a7e88b8214ef295f699ad9c0776ce +MISC metadata.xml 463 SHA256 5e6cd6fae6352031587f36437e0b5365cd156399adea6945f7d0485d0ebf9cbc SHA512 8e2eac222a541615456eb98d4853f9f316c36aa85001a43d594410bda2cb0af3c76a42754b6f76356c8f9075352cf2a0c81f1773f7fec139fb5452063b60eebb WHIRLPOOL 8fffebce868437fdc423fbd5adc9b7a9b43a74342844380e551a6dadd08d5d58cbbec12d1ff8fc3646c8f554138b562fcaa46533bd73b79fdc3c1379aef323c0 diff --git a/dev-python/python-exec/metadata.xml b/dev-python/python-exec/metadata.xml new file mode 100644 index 000000000000..ba963d01891a --- /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-0.1.ebuild b/dev-python/python-exec/python-exec-0.1.ebuild new file mode 100644 index 000000000000..17f64cb7c97c --- /dev/null +++ b/dev-python/python-exec/python-exec-0.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-exec/python-exec-0.1.ebuild,v 1.1 2012/10/14 10:57:27 mgorny Exp $ + +EAPI=4 + +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="" + +append_impl() { + pyimpls+="${EPYTHON} " +} + +src_configure() { + local pyimpls + python_foreach_impl append_impl + + local myeconfargs=( + --with-python-impls="${pyimpls}" + ) + + autotools-utils_src_configure +} |