diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-09-18 06:29:07 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-09-18 06:29:07 +0000 |
commit | 74798c1c1b4df72652554828f8f1b42b1c165841 (patch) | |
tree | f7c1186f59e6021480a98120bf06f30690467449 /dev-python/serpent | |
parent | Bump (diff) | |
download | gentoo-2-74798c1c1b4df72652554828f8f1b42b1c165841.tar.gz gentoo-2-74798c1c1b4df72652554828f8f1b42b1c165841.tar.bz2 gentoo-2-74798c1c1b4df72652554828f8f1b42b1c165841.zip |
Bump
(Portage version: 2.2.6/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/serpent')
-rw-r--r-- | dev-python/serpent/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/serpent/serpent-1.4.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-python/serpent/ChangeLog b/dev-python/serpent/ChangeLog index d043ebe2f5e8..860c7e864328 100644 --- a/dev-python/serpent/ChangeLog +++ b/dev-python/serpent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/serpent # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/ChangeLog,v 1.4 2013/09/05 18:46:33 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/ChangeLog,v 1.5 2013/09/18 06:29:07 patrick Exp $ + +*serpent-1.4 (18 Sep 2013) + + 18 Sep 2013; Patrick Lauer <patrick@gentoo.org> +serpent-1.4.ebuild: + Bump 05 Sep 2013; Michał Górny <mgorny@gentoo.org> serpent-1.2.ebuild, serpent-1.3.ebuild: diff --git a/dev-python/serpent/serpent-1.4.ebuild b/dev-python/serpent/serpent-1.4.ebuild new file mode 100644 index 000000000000..c3c5ae40529b --- /dev/null +++ b/dev-python/serpent/serpent-1.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/serpent-1.4.ebuild,v 1.1 2013/09/18 06:29:07 patrick Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) + +inherit distutils-r1 + +DESCRIPTION="A simple serialization library based on ast.literal_eval" +HOMEPAGE="https://pypi.python.org/packages/source/s/serpent/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" |