diff options
author | 2014-08-24 03:44:46 +0000 | |
---|---|---|
committer | 2014-08-24 03:44:46 +0000 | |
commit | d12689b43c707f972938e3e8d8a7dfc72fe85c26 (patch) | |
tree | 4f30d87381a6e70e7b509435b1a6be742c11bd12 /dev-python/cryptography-vectors | |
parent | bumped EAPI to 5; committed directly to stable as no other changes present an... (diff) | |
download | gentoo-2-d12689b43c707f972938e3e8d8a7dfc72fe85c26.tar.gz gentoo-2-d12689b43c707f972938e3e8d8a7dfc72fe85c26.tar.bz2 gentoo-2-d12689b43c707f972938e3e8d8a7dfc72fe85c26.zip |
Version bump.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Diffstat (limited to 'dev-python/cryptography-vectors')
-rw-r--r-- | dev-python/cryptography-vectors/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/cryptography-vectors/cryptography-vectors-0.5.4.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-python/cryptography-vectors/ChangeLog b/dev-python/cryptography-vectors/ChangeLog index 8c84247f5cc3..3fa156ff8086 100644 --- a/dev-python/cryptography-vectors/ChangeLog +++ b/dev-python/cryptography-vectors/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/cryptography-vectors # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography-vectors/ChangeLog,v 1.12 2014/08/13 17:21:42 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography-vectors/ChangeLog,v 1.13 2014/08/24 03:44:46 radhermit Exp $ + +*cryptography-vectors-0.5.4 (24 Aug 2014) + + 24 Aug 2014; Tim Harder <radhermit@gentoo.org> + +cryptography-vectors-0.5.4.ebuild: + Version bump. 13 Aug 2014; Anthony G. Basile <blueness@gentoo.org> cryptography-vectors-0.3.ebuild, cryptography-vectors-0.4.ebuild, diff --git a/dev-python/cryptography-vectors/cryptography-vectors-0.5.4.ebuild b/dev-python/cryptography-vectors/cryptography-vectors-0.5.4.ebuild new file mode 100644 index 000000000000..7b37435ab5fb --- /dev/null +++ b/dev-python/cryptography-vectors/cryptography-vectors-0.5.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography-vectors/cryptography-vectors-0.5.4.ebuild,v 1.1 2014/08/24 03:44:46 radhermit Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) + +inherit distutils-r1 + +MY_PN=${PN/-/_} +MY_P=${MY_PN}-${PV} + +DESCRIPTION="Test vectors for the cryptography package" +HOMEPAGE="https://pypi.python.org/pypi/cryptography-vectors/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +S=${WORKDIR}/${MY_P} |