From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2CE8F158091 for ; Fri, 17 Jun 2022 04:54:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C06F9E092E; Fri, 17 Jun 2022 04:54:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2385E092E for ; Fri, 17 Jun 2022 04:54:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B828534218E for ; Fri, 17 Jun 2022 04:54:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0306750D for ; Fri, 17 Jun 2022 04:54:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1655441680.349046a36f4d710d8be65a65cbc5f8c9e8e6179d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uritemplate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/uritemplate/Manifest dev-python/uritemplate/uritemplate-4.1.0.ebuild X-VCS-Directories: dev-python/uritemplate/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 349046a36f4d710d8be65a65cbc5f8c9e8e6179d X-VCS-Branch: master Date: Fri, 17 Jun 2022 04:54:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1377da11-7181-45b8-8796-02b0875d83a8 X-Archives-Hash: b1466665b02ddf9bb75583851137497b commit: 349046a36f4d710d8be65a65cbc5f8c9e8e6179d Author: Michał Górny gentoo org> AuthorDate: Fri Jun 17 04:16:05 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 17 04:54:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349046a3 dev-python/uritemplate: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/uritemplate/Manifest | 1 - dev-python/uritemplate/uritemplate-4.1.0.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-python/uritemplate/Manifest b/dev-python/uritemplate/Manifest index 21e82e3c839b..d96dee26fb12 100644 --- a/dev-python/uritemplate/Manifest +++ b/dev-python/uritemplate/Manifest @@ -1,2 +1 @@ -DIST uritemplate-4.1.0.tar.gz 273924 BLAKE2B b21115c6db8f94c635dda1033b4650dd7d2d54b6f52f51bff31ae8cf89e0b3dbcfc1bd029eadc68f5f94eecbd167eabc652c24be6f0bb807beecb5f254520626 SHA512 e62812a4e9ff315a1b06ba9e88f3dd47aea8353cae4ead9ce7bf59b65c83cd6ae7c973cb29b8ddc25266c264f229df8f2d9e982ab489f2f37a5dbd460b87a5e0 DIST uritemplate-4.1.1.tar.gz 273898 BLAKE2B 08a9179da7ccdb8b6d1a85ccf34f44f8282e6b5a00ddea541364272816588c238f4f8f960a197a7e8074607bcb8d1b52226740bddf0b92fb3751cb2d4b8fad51 SHA512 7682c7dcd9c8d4428b047e3adbc283b78f755face4d8dd1b0cd11df9583bd0435543640ba79229d436aeecad2b5b29684befdccc84ba71f72769ee130cb6576a diff --git a/dev-python/uritemplate/uritemplate-4.1.0.ebuild b/dev-python/uritemplate/uritemplate-4.1.0.ebuild deleted file mode 100644 index df2fb85f3cd1..000000000000 --- a/dev-python/uritemplate/uritemplate-4.1.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="Python implementation of RFC6570, URI Template" -HOMEPAGE="https://pypi.org/project/uritemplate/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="Apache-2.0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" - -distutils_enable_tests pytest