public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jwcrypto/
Date: Mon, 12 Jul 2021 22:57:41 +0000 (UTC)	[thread overview]
Message-ID: <1626130610.e9c26af2677b25a63a59e23321d4a63a8be459f9.mgorny@gentoo> (raw)

commit:     e9c26af2677b25a63a59e23321d4a63a8be459f9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 12 22:56:50 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 22:56:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c26af2

dev-python/jwcrypto: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jwcrypto/Manifest              |  2 --
 dev-python/jwcrypto/jwcrypto-0.8.0.ebuild | 28 --------------------------
 dev-python/jwcrypto/jwcrypto-0.9.0.ebuild | 33 -------------------------------
 3 files changed, 63 deletions(-)

diff --git a/dev-python/jwcrypto/Manifest b/dev-python/jwcrypto/Manifest
index 4ad2c6f67f9..ab5aa48b939 100644
--- a/dev-python/jwcrypto/Manifest
+++ b/dev-python/jwcrypto/Manifest
@@ -1,3 +1 @@
-DIST jwcrypto-0.8.0.tar.gz 81782 BLAKE2B a3cfb04f099a747c365f870c53d75574cdfaf8b98373f37cc107ebca956b414b7d7cb78f8fcd6d3964528d3bc8a217e5c645bf6e82531e951dfdd9ca03472111 SHA512 784134d27ff7abd31e1069763969513ed45f81fd2c242b7ff7036413c35ef374d535eae0123f5561a8e4eb2630cee40056d1c66454288e1310c4cbedecaac210
-DIST jwcrypto-0.9.0.tar.gz 83891 BLAKE2B 873f6764d13ea80e8c4e1709fcf4e2a70cb59834521154b35cb94a51ce5cbfa7f4e2d079a3c096b013eef6f3a6adc4935cd3416b22f20b9edce01e95dc1910fb SHA512 6a2670aad8a3db926c4a6e54a62f3b698b717a8bc1726ba8f13e2415f574202e205cab76c79564280dcb2b3b4002a7c03c172d20761c70f76dc007a1ae26dad5
 DIST jwcrypto-0.9.1.tar.gz 86363 BLAKE2B d5920b9471870855bc131c171dc5515cc23fb9b94c38b33ce4894bcbe6fb5d0fa87e8b88f6470b8d1c1a1bc158d0dd09f51ace50baab03c8a8df59adc6e7e11d SHA512 245221d5e570918c1db9abdad72a0b03fb3fbdbb4db46ece441cbd75d43246b1b35bfd75e20718b8fa125bcaa85088cd776a7c204dd68e51e63818ae438848eb

diff --git a/dev-python/jwcrypto/jwcrypto-0.8.0.ebuild b/dev-python/jwcrypto/jwcrypto-0.8.0.ebuild
deleted file mode 100644
index 428fcc14e89..00000000000
--- a/dev-python/jwcrypto/jwcrypto-0.8.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-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 ~arm64 x86"
-
-RDEPEND=">=dev-python/cryptography-2.3[${PYTHON_USEDEP}]"
-
-distutils_enable_sphinx docs/source
-distutils_enable_tests pytest
-
-python_prepare_all() {
-	# Do not install doc in non-standard paths
-	sed -i "\|data_files = \[('share/doc/jwcrypto|d" setup.py || die
-	distutils-r1_python_prepare_all
-}

diff --git a/dev-python/jwcrypto/jwcrypto-0.9.0.ebuild b/dev-python/jwcrypto/jwcrypto-0.9.0.ebuild
deleted file mode 100644
index a3d021af572..00000000000
--- a/dev-python/jwcrypto/jwcrypto-0.9.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..10} )
-
-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 ~arm64 ~x86"
-
-RDEPEND="
-	>=dev-python/cryptography-2.3[${PYTHON_USEDEP}]
-	dev-python/deprecated[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_sphinx docs/source
-distutils_enable_tests pytest
-
-python_prepare_all() {
-	# Do not install doc in non-standard paths
-	sed -i "\|data_files = \[('share/doc/jwcrypto|d" setup.py || die
-	distutils-r1_python_prepare_all
-}


             reply	other threads:[~2021-07-12 22:57 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-12 22:57 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-15 14:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/jwcrypto/ Michał Górny
2024-03-22 12:37 Michał Górny
2024-03-22  6:14 Arthur Zamarin
2024-03-22  6:14 Arthur Zamarin
2024-03-21 18:44 Arthur Zamarin
2024-03-06 21:18 Michał Górny
2024-03-06  7:06 Michał Górny
2024-03-03 13:06 Michał Górny
2024-03-03  4:05 Sam James
2024-03-02 11:28 Arthur Zamarin
2024-03-02 10:01 Arthur Zamarin
2024-02-14  7:26 Michał Górny
2024-02-08  4:22 Michał Górny
2024-01-13 12:45 Michał Górny
2024-01-13 12:02 Sam James
2024-01-13 12:02 Sam James
2024-01-13 10:00 Arthur Zamarin
2023-12-27  4:33 Michał Górny
2023-11-24 16:26 Michał Górny
2023-07-12 11:38 Michał Górny
2023-07-12  6:39 Jakov Smolić
2023-07-05 21:41 Sam James
2023-05-31 19:08 Michał Górny
2023-05-31  6:33 Michał Górny
2022-10-25 12:12 Michał Górny
2022-10-25 11:12 Sam James
2022-10-25  9:49 Sam James
2022-09-15 19:56 Arthur Zamarin
2022-06-22  8:02 Michał Górny
2022-06-22  6:58 Agostino Sarubbo
2022-06-22  6:53 Agostino Sarubbo
2022-05-27 19:50 Michał Górny
2022-05-27  9:12 Jakov Smolić
2022-05-27  9:07 Jakov Smolić
2022-05-22  5:53 Michał Górny
2022-05-13  6:15 Michał Górny
2022-04-28 18:48 Michał Górny
2022-04-25 15:45 Michał Górny
2022-04-16 11:12 Yixun Lan
2021-09-06  6:36 Michał Górny
2021-09-06  5:40 Agostino Sarubbo
2021-09-05 20:01 Agostino Sarubbo
2021-08-03  8:52 Michał Górny
2021-07-12 22:37 Sam James
2021-07-12 21:50 Sam James
2021-06-09 20:54 Michał Górny
2021-06-08  4:09 Sam James
2021-06-01 21:46 Michał Górny
2020-11-12 22:54 Thomas Deutschmann
2020-11-04  1:05 Sam James
2020-09-29 18:51 Sam James
2020-09-29 11:52 Louis Sautier
2020-05-04 11:21 Michał Górny
2020-04-06  0:02 Robin H. Johnson
2020-02-05 15:29 Michał Górny
2017-10-16 11:02 Manuel Rüger

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=1626130610.e9c26af2677b25a63a59e23321d4a63a8be459f9.mgorny@gentoo \
    --to=mgorny@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