public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Dirkjan Ochtman" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography-vectors/
Date: Tue, 25 Apr 2017 19:50:35 +0000 (UTC)	[thread overview]
Message-ID: <1493149829.2327821f5bbf4ee6b1f0cfabea184afd30352a7e.djc@gentoo> (raw)

commit:     2327821f5bbf4ee6b1f0cfabea184afd30352a7e
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 18:51:11 2017 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 19:50:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2327821f

dev-python/cryptography-vectors: version bump to 1.8.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/cryptography-vectors/Manifest           |  1 +
 .../cryptography-vectors-1.8.1.ebuild              | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/cryptography-vectors/Manifest b/dev-python/cryptography-vectors/Manifest
index 9aa757769fc..58f6718cfd3 100644
--- a/dev-python/cryptography-vectors/Manifest
+++ b/dev-python/cryptography-vectors/Manifest
@@ -1,3 +1,4 @@
 DIST cryptography_vectors-1.3.4.tar.gz 25820443 SHA256 4414bce0a3d7f0a3cdbf44da75ae5c7c586fd765c777d99023eb5a3ac58f0196 SHA512 5b93fb7c50b93449ab15f62943f944c352e3a375c3a89f494cdd34c5c317b8d435ca0079a74fc6a924a1fc235e3c9cdf0d50baf0905d6a7d6161c07aecefe3fe WHIRLPOOL ce2589f31bff099ab73bc33ca42a51bbb505f514623197fcfada375d29bb1bc33c6beca5759c57fb925b3ea68a106891e884328c55116487a4c10abfab9c6db9
 DIST cryptography_vectors-1.7.1.tar.gz 26652514 SHA256 47e91b70bbf6852cb96a478cb715ca9234e5ff049c1956088c45c9f738f955f4 SHA512 2edaa91198adcf5e2523ea8d3d25a8cd7df85e6f6c06618301f87af6f0133f5d4672721082205a9a3c0c648390ee772e6107eb6ba76e96649bc2832676df8283 WHIRLPOOL 56e880f97605676dab714ef36bdf93032772b28b977a2ea74101179a20f704645cdb2670613d68eff340149142323d6ef6adf1fe066fd31e85e5e0ccacec34d6
 DIST cryptography_vectors-1.7.2.tar.gz 26652633 SHA256 4be4eee8a11deee5c2f00e389b49de8ce2642130282d1cd0adffb2f7dbe0acdc SHA512 997aa703649cb4b1dc7df37ed2843a6c06a3871df3d1bcf9ebde6466c32103512225d668e6eee62c89e20b74a5885aa2974d82b2cbf3065a902d059268bf1137 WHIRLPOOL 41f9aad77f27c0a0c6bb14ac2b87606a2a316640369e1abccaab82b827759f9f67519b320fade72ea12c46ea4306e8fce4cd5604c9174d62f475d859199b52ac
+DIST cryptography_vectors-1.8.1.tar.gz 26653746 SHA256 2fd61facea08800ca98ac923f6d02f48a7ae6648025b29cdeb51987c1532add6 SHA512 78cf2a50ebbf0b11c57a53ac683a7ee39f157c7ad04d6374cfe5448bc474964ef61f74d0edd63b5a6b871b4efacc0b3fb9ea8d6025a99567ad2e6a5ec744255d WHIRLPOOL e982e3ed38e2b2c6ba5de4f65d86e13360b6418cdfc2b6191d3b4ef63ed740f3a59de8386f45b21149f11801bccf85e500462c1138af06db2754ef29d11a5c6d

diff --git a/dev-python/cryptography-vectors/cryptography-vectors-1.8.1.ebuild b/dev-python/cryptography-vectors/cryptography-vectors-1.8.1.ebuild
new file mode 100644
index 00000000000..711276fa774
--- /dev/null
+++ b/dev-python/cryptography-vectors/cryptography-vectors-1.8.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+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 BSD )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+
+S=${WORKDIR}/${MY_P}


             reply	other threads:[~2017-04-25 19:50 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-25 19:50 Dirkjan Ochtman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-11-17 14:23 [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography-vectors/ Michał Górny
2019-11-17 14:11 Michał Górny
2019-11-17 14:05 Michał Górny
2019-11-16 13:53 Michał Górny
2019-09-01 20:47 Matthew Thode
2019-05-11 19:06 Matthew Thode
2019-02-17 18:39 Matthew Thode
2018-12-14  8:06 Patrick McLean
2018-11-10  0:46 Patrick McLean
2018-08-01 18:37 Matt Thode
2018-07-29 16:47 Patrick Lauer
2018-07-29  6:07 Patrick Lauer
2018-02-21 20:18 Michał Górny
2018-01-23 20:18 Michał Górny
2018-01-03  9:11 Michał Górny
2017-12-09  1:23 Tim Harder
2017-11-09  8:28 Patrick Lauer
2017-10-29  6:18 Tim Harder
2017-10-22 13:45 Patrick Lauer
2017-09-30  1:03 Matt Thode
2017-08-16 12:40 Michał Górny
2017-07-31 16:47 Michał Górny
2017-06-09 11:53 Dirkjan Ochtman
2017-05-03 11:02 Michał Górny
2017-02-28 21:39 Michael Weber
2017-02-25  7:39 Markus Meier
2017-02-06  3:31 Lars Wendler
2017-02-06  3:31 Lars Wendler
2017-01-24 11:46 Agostino Sarubbo
2017-01-23  6:11 Jeroen Roovers
2017-01-22 20:25 Tobias Klausmann
2017-01-21 17:27 Agostino Sarubbo
2017-01-21 17:16 Agostino Sarubbo
2016-12-21 15:30 Lars Wendler
2016-11-26 23:05 Lars Wendler
2016-11-13  8:52 Markus Meier
2016-11-09 13:55 Lars Wendler
2016-11-09 13:55 Lars Wendler
2016-11-06 21:39 Matt Thode
2016-10-01 21:12 Patrick Lauer
2016-10-01 13:48 Jeroen Roovers
2016-09-22  8:30 Tobias Klausmann
2016-09-10 20:03 Dirkjan Ochtman
2016-07-22 13:28 Bernard Cafarelli
2016-06-21  2:47 Mike Frysinger
2016-06-06 16:15 Agostino Sarubbo
2016-06-04  6:28 Dirkjan Ochtman
2016-06-04  6:28 Dirkjan Ochtman
2016-06-02 18:24 Markus Meier
2016-06-01 12:55 Tobias Klausmann
2016-04-03 18:30 Patrick Lauer
2016-03-22 10:55 Agostino Sarubbo
2016-03-20 10:19 Dirkjan Ochtman
2016-03-20 10:19 Dirkjan Ochtman
2016-03-02  6:11 Mike Frysinger
2016-02-20 14:24 Markus Meier
2016-02-17  5:53 Jeroen Roovers
2016-02-13 15:33 Agostino Sarubbo
2016-02-09 16:43 Tobias Klausmann
2016-02-01 11:13 Justin Lecher
2016-01-10  8:23 Justin Lecher
2015-12-11 15:32 Justin Lecher
2015-11-20 11:29 Justin Lecher
2015-11-20 11:29 Justin Lecher
2015-11-07 23:32 Mikle Kolyada
2015-11-05 10:58 Agostino Sarubbo
2015-11-04 14:48 Agostino Sarubbo
2015-10-29 10:44 Justin Lecher
2015-10-17 11:03 Markus Meier
2015-09-30  3:36 Jeroen Roovers
2015-09-29 12:33 Agostino Sarubbo
2015-09-29 12:32 Agostino Sarubbo
2015-09-28 15:27 Tobias Klausmann
2015-09-28  7:58 Justin Lecher
2015-09-06 18:00 Justin Lecher
2015-08-24 14:04 Agostino Sarubbo
2015-08-24 14:02 Agostino Sarubbo
2015-08-13 10:23 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1493149829.2327821f5bbf4ee6b1f0cfabea184afd30352a7e.djc@gentoo \
    --to=djc@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox