From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jwcrypto/
Date: Mon, 16 Oct 2017 11:02:44 +0000 (UTC) [thread overview]
Message-ID: <1508151744.a3e094ba6e474d356ae4b97d67462649ca070a91.mrueg@gentoo> (raw)
commit: a3e094ba6e474d356ae4b97d67462649ca070a91
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 11:01:27 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 11:02:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e094ba
dev-python/jwcrypto: Initial version
Package-Manager: Portage-2.3.11, Repoman-2.3.3
dev-python/jwcrypto/Manifest | 1 +
dev-python/jwcrypto/jwcrypto-0.4.2.ebuild | 26 ++++++++++++++++++++++++++
dev-python/jwcrypto/metadata.xml | 12 ++++++++++++
3 files changed, 39 insertions(+)
diff --git a/dev-python/jwcrypto/Manifest b/dev-python/jwcrypto/Manifest
new file mode 100644
index 00000000000..cdf0ec804ee
--- /dev/null
+++ b/dev-python/jwcrypto/Manifest
@@ -0,0 +1 @@
+DIST jwcrypto-0.4.2.tar.gz 74332 SHA256 3fc20ddc14c3a8f47bca4e25a4d96114ae1e0b604946b1c3755660143ba45f06 SHA512 38994a1274ce3a66d3a6a3e36f83b311b172e260129c94c70ae02e6d62b7a2fbcc07fd4353d3bf45f0c7f40c63322a3f489c8b1bda80c7511ae7a2136a2415dd WHIRLPOOL 96e3633a3aa328515e7c573820e2eda32e4d0c5207a11f3527b7f109742cfae0c3a6c164a0d3f4c14beb9437a7273f11edd0b92a3fb21447cb6967c8c0104772
diff --git a/dev-python/jwcrypto/jwcrypto-0.4.2.ebuild b/dev-python/jwcrypto/jwcrypto-0.4.2.ebuild
new file mode 100644
index 00000000000..5403109a9b1
--- /dev/null
+++ b/dev-python/jwcrypto/jwcrypto-0.4.2.ebuild
@@ -0,0 +1,26 @@
+# 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} )
+inherit distutils-r1
+
+DESCRIPTION="Implements JWK,JWS,JWE specifications using python-cryptography"
+
+HOMEPAGE="https://github.com/latchset/jwcrypto"
+SRC_URI="https://github.com/latchset/jwcrypto/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=">=dev-python/cryptography-1.5[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+ py.test -v || die
+}
diff --git a/dev-python/jwcrypto/metadata.xml b/dev-python/jwcrypto/metadata.xml
new file mode 100644
index 00000000000..c5792763c77
--- /dev/null
+++ b/dev-python/jwcrypto/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">jwcrypto</remote-id>
+ <remote-id type="github">latchset/jwcrypto</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2017-10-16 11:02 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-16 11:02 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-02-05 15:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/jwcrypto/ Michał Górny
2020-04-06 0:02 Robin H. Johnson
2020-05-04 11:21 Michał Górny
2020-09-29 11:52 Louis Sautier
2020-09-29 18:51 Sam James
2020-11-04 1:05 Sam James
2020-11-12 22:54 Thomas Deutschmann
2021-06-01 21:46 Michał Górny
2021-06-08 4:09 Sam James
2021-06-09 20:54 Michał Górny
2021-07-12 21:50 Sam James
2021-07-12 22:37 Sam James
2021-07-12 22:57 Michał Górny
2021-08-03 8:52 Michał Górny
2021-09-05 20:01 Agostino Sarubbo
2021-09-06 5:40 Agostino Sarubbo
2021-09-06 6:36 Michał Górny
2022-04-16 11:12 Yixun Lan
2022-04-25 15:45 Michał Górny
2022-04-28 18:48 Michał Górny
2022-05-13 6:15 Michał Górny
2022-05-22 5:53 Michał Górny
2022-05-27 9:07 Jakov Smolić
2022-05-27 9:12 Jakov Smolić
2022-05-27 19:50 Michał Górny
2022-06-22 6:53 Agostino Sarubbo
2022-06-22 6:58 Agostino Sarubbo
2022-06-22 8:02 Michał Górny
2022-09-15 19:56 Arthur Zamarin
2022-10-25 9:49 Sam James
2022-10-25 11:12 Sam James
2022-10-25 12:12 Michał Górny
2023-05-31 6:33 Michał Górny
2023-05-31 19:08 Michał Górny
2023-07-05 21:41 Sam James
2023-07-12 6:39 Jakov Smolić
2023-07-12 11:38 Michał Górny
2023-11-24 16:26 Michał Górny
2023-12-27 4:33 Michał Górny
2024-01-13 10:00 Arthur Zamarin
2024-01-13 12:02 Sam James
2024-01-13 12:02 Sam James
2024-01-13 12:45 Michał Górny
2024-02-08 4:22 Michał Górny
2024-02-14 7:26 Michał Górny
2024-03-02 10:01 Arthur Zamarin
2024-03-02 11:28 Arthur Zamarin
2024-03-03 4:05 Sam James
2024-03-03 13:06 Michał Górny
2024-03-06 7:06 Michał Górny
2024-03-06 21:18 Michał Górny
2024-03-21 18:44 Arthur Zamarin
2024-03-22 6:14 Arthur Zamarin
2024-03-22 6:14 Arthur Zamarin
2024-03-22 12:37 Michał Górny
2024-06-15 14:44 Michał Górny
2025-02-27 20:59 Michał Górny
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=1508151744.a3e094ba6e474d356ae4b97d67462649ca070a91.mrueg@gentoo \
--to=mrueg@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