diff options
author | Ben de Groot <yngwin@gentoo.org> | 2013-02-02 10:50:34 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2013-02-02 10:50:34 +0000 |
commit | d43d3b6ab2eb2b1dbc77a0935bc4690498436052 (patch) | |
tree | a9789932969d0ab29ebb5127be769d7a57c224a8 /dev-python/configparser | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-d43d3b6ab2eb2b1dbc77a0935bc4690498436052.tar.gz gentoo-2-d43d3b6ab2eb2b1dbc77a0935bc4690498436052.tar.bz2 gentoo-2-d43d3b6ab2eb2b1dbc77a0935bc4690498436052.zip |
Initial commit, needed for nikola-5
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/configparser')
-rw-r--r-- | dev-python/configparser/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/configparser/Manifest | 3 | ||||
-rw-r--r-- | dev-python/configparser/configparser-3.2.0.3.ebuild | 19 | ||||
-rw-r--r-- | dev-python/configparser/metadata.xml | 9 |
4 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/configparser/ChangeLog b/dev-python/configparser/ChangeLog new file mode 100644 index 000000000000..a66888bd2d04 --- /dev/null +++ b/dev-python/configparser/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-python/configparser +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/configparser/ChangeLog,v 1.1 2013/02/02 10:50:34 yngwin Exp $ + +*configparser-3.2.0.3 (02 Feb 2013) + + 02 Feb 2013; Ben de Groot <yngwin@gentoo.org> +configparser-3.2.0.3.ebuild, + +metadata.xml: + Initial commit, needed for nikola-5 diff --git a/dev-python/configparser/Manifest b/dev-python/configparser/Manifest new file mode 100644 index 000000000000..8f832fc70329 --- /dev/null +++ b/dev-python/configparser/Manifest @@ -0,0 +1,3 @@ +DIST configparser-3.2.0r3.tar.gz 32281 SHA256 37feec498c770201ac51112b203338c3342721232fced5f6295399e67f535648 SHA512 9d7a4b7df23f926f8a79ea0c144324a419f99d7c3a641f9d5bd06f056a54154c9e2b8132176993a6d9fe28f05f6332172f4e1e67b832fb1fbf626265fb669739 WHIRLPOOL d1aa697b4e10f17d08abebe05c499e038c885540f4c01235dbf2b4f2aaacfcfe142c22dce9f293a8d3ae5ff0c6298d4e7eca78369725d9ee8a9f74b65847d69b +EBUILD configparser-3.2.0.3.ebuild 484 SHA256 ed4c7c8b8a768aa15484f79f65049327eec2b3bd70db6340077f561390d417b5 SHA512 718d8c807c7e57f54de04766d1cb0129b4ebd96358a84311cd591cd5ab118275320cef87975c0663f3d47ba279138cfcda2ec9b5f84a9b9b4acedf60b9ec8a15 WHIRLPOOL a2106625f814fc13a496c499a6c7afbb862bf1aafb3f14994d1a9cee57a182ccc3d0f0119fac8804c51eb4fc8e2adf93e8e762ded9a2088ba290a580158d67cd +MISC metadata.xml 259 SHA256 3d6cf397ee3ffe54da22c27a1cc87794c6e81e4939bb95facd7a0cfb344d6c8f SHA512 8267c7aecd866ea7616a48a4ea006a8eac7b134c02ae996a7e9f690f465ac3a330984fb97f55bcc72f792faaaee4dff2178c7bd38fb8fb3796329c508899d900 WHIRLPOOL 1701b88f3ed993eaa67a14d457a7587c1a3dff0e750e2e897a0961c9618f09c5b49ed9e418b78e885bccdf1c83b03e2706133c7d624ff189e32b9834769217cf diff --git a/dev-python/configparser/configparser-3.2.0.3.ebuild b/dev-python/configparser/configparser-3.2.0.3.ebuild new file mode 100644 index 000000000000..1f57afe35787 --- /dev/null +++ b/dev-python/configparser/configparser-3.2.0.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/configparser/configparser-3.2.0.3.ebuild,v 1.1 2013/02/02 10:50:34 yngwin Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) # 2_6 possible with extra deps +inherit distutils-r1 + +MY_PV=${PV%.*}r${PV##*.} +DESCRIPTION="Backport of Python-3 built-in configparser" +HOMEPAGE="http://pypi.python.org/pypi/configparser/" +SRC_URI="mirror://pypi/${PN::1}/${PN}/${PN}-${MY_PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +S=${WORKDIR}/${PN}-${MY_PV} diff --git a/dev-python/configparser/metadata.xml b/dev-python/configparser/metadata.xml new file mode 100644 index 000000000000..9e2b2f1d253a --- /dev/null +++ b/dev-python/configparser/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <maintainer> + <email>yngwin@gentoo.org</email> + <name>Ben de Groot</name> + </maintainer> +</pkgmetadata> |