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 C63D6158095 for ; Tue, 30 Aug 2022 17:03:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A8D7E08ED; Tue, 30 Aug 2022 17:03:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 8047CE08DD for ; Tue, 30 Aug 2022 17:03:09 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96052340F84 for ; Tue, 30 Aug 2022 17:03:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF23957D for ; Tue, 30 Aug 2022 17:03:06 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1661878875.75c01ba80274f807c6cbb81ee68afdb2417a1eaa.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dj-database-url/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dj-database-url/Manifest dev-python/dj-database-url/dj-database-url-0.5.0-r1.ebuild X-VCS-Directories: dev-python/dj-database-url/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 75c01ba80274f807c6cbb81ee68afdb2417a1eaa X-VCS-Branch: master Date: Tue, 30 Aug 2022 17:03: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: 02f9f66b-7a05-4964-8fec-c31539e4893d X-Archives-Hash: 5506aeae379950e28ca3d8fa2ddb49f1 commit: 75c01ba80274f807c6cbb81ee68afdb2417a1eaa Author: Arthur Zamarin gentoo org> AuthorDate: Tue Aug 30 17:01:15 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Aug 30 17:01:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c01ba8 dev-python/dj-database-url: drop 0.5.0-r1 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/dj-database-url/Manifest | 1 - .../dj-database-url-0.5.0-r1.ebuild | 25 ---------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/dj-database-url/Manifest b/dev-python/dj-database-url/Manifest index 387468a09755..8b45c451405d 100644 --- a/dev-python/dj-database-url/Manifest +++ b/dev-python/dj-database-url/Manifest @@ -1,2 +1 @@ -DIST dj-database-url-0.5.0.gh.tar.gz 6309 BLAKE2B 72647f8651d595b4020161b15364836b8483bf8a12ec72e434bc9d0583878ee9f4e4c76110581f285adddac3e7c2d7bc071f720a7fde91c84c3ea53b6c979300 SHA512 541d5177bff0fcc21372d2d9dc699ba11de1b1cabf10d61fb9f1e844a6dd4d46df5c7fdb6ccb4505cf984e41d7a2ae4e3af5e7d05072b0ed6982499eac5aac66 DIST dj-database-url-1.0.0.gh.tar.gz 11355 BLAKE2B 9ea50eb2646367333556133020a59f332cb69e05fb392f328558f77cb03ffa968cf62241f3823e28600799a1399ac1335b90477a26a4931b0df7b695b502e9be SHA512 35ca0c05910812e10bf63b061afb434ac7c562e3d994b6e452250fe4ec95983fe8353aec0df9c7638a990684e612863ddada5be48485a1db3120e110f6d0fa94 diff --git a/dev-python/dj-database-url/dj-database-url-0.5.0-r1.ebuild b/dev-python/dj-database-url/dj-database-url-0.5.0-r1.ebuild deleted file mode 100644 index 739d089e618b..000000000000 --- a/dev-python/dj-database-url/dj-database-url-0.5.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -DESCRIPTION="Use Database URLs in your Django Application" -HOMEPAGE=" - https://github.com/jazzband/dj-database-url/ - https://pypi.org/project/dj-database-url/ -" -SRC_URI=" - https://github.com/jazzband/dj-database-url/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" - -distutils_enable_tests unittest