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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E3171382C5 for ; Tue, 30 Jun 2020 06:12:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59D29E099E; Tue, 30 Jun 2020 06:12:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F1BEE099E for ; Tue, 30 Jun 2020 06:12:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21E0134F38B for ; Tue, 30 Jun 2020 06:12:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 525CB2C3 for ; Tue, 30 Jun 2020 06:12:06 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1593497311.fcad6bc4a0ce6e974b886a63e934861ae8703da0.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dataclasses/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/dataclasses/Manifest dev-python/dataclasses/dataclasses-0.7.ebuild dev-python/dataclasses/metadata.xml X-VCS-Directories: dev-python/dataclasses/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: fcad6bc4a0ce6e974b886a63e934861ae8703da0 X-VCS-Branch: dev Date: Tue, 30 Jun 2020 06:12:06 +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: 18e25477-0867-4610-a094-d6d08f70d592 X-Archives-Hash: 5845574e66db23629fcaf768bb975530 commit: fcad6bc4a0ce6e974b886a63e934861ae8703da0 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Tue Jun 30 06:08:31 2020 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Tue Jun 30 06:08:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fcad6bc4 dev-python/dataclasses: Remove, package is in ::gentoo. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> dev-python/dataclasses/Manifest | 1 - dev-python/dataclasses/dataclasses-0.7.ebuild | 18 ------------------ dev-python/dataclasses/metadata.xml | 9 --------- 3 files changed, 28 deletions(-) diff --git a/dev-python/dataclasses/Manifest b/dev-python/dataclasses/Manifest deleted file mode 100644 index 558e8a9..0000000 --- a/dev-python/dataclasses/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dataclasses-0.7.tar.gz 35690 BLAKE2B 8d3c60d1e2ad4c9ceb3c502fa74f8fdae75717e52c698984b6def96e867cae633864de711856a69992df6a207617d17d7116f5e0daa7d757076dc8b97d7e0e9b SHA512 ff921237a99bac21e091ff253824eb07eb09be7e7ec02b869da9c68c35141fc1bee526b3d2942963bac7762827438ea8fdc89fa72404991b78d1d063a3c18661 diff --git a/dev-python/dataclasses/dataclasses-0.7.ebuild b/dev-python/dataclasses/dataclasses-0.7.ebuild deleted file mode 100644 index 7c318e4..0000000 --- a/dev-python/dataclasses/dataclasses-0.7.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="A backport of the dataclasses module for Python 3.6" -HOMEPAGE="https://github.com/ericvsmith/dataclasses" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86 " -SLOT="0" - -distutils_enable_tests pytest diff --git a/dev-python/dataclasses/metadata.xml b/dev-python/dataclasses/metadata.xml deleted file mode 100644 index 628ab20..0000000 --- a/dev-python/dataclasses/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - andrewammerlaan@riseup.net - Andrew Ammerlaan - -