public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/devtools/
Date: Thu, 09 Jan 2025 15:21:07 +0000 (UTC)	[thread overview]
Message-ID: <1736435936.dfe9bdc1de908f7cf54ed39a06afe7cf42ce2659.pastalian46@gentoo> (raw)

commit:     dfe9bdc1de908f7cf54ed39a06afe7cf42ce2659
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Jan  9 15:18:56 2025 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Thu Jan  9 15:18:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfe9bdc1

dev-python/devtools: drop 0.10.0-r1

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-python/devtools/Manifest                  |  1 -
 dev-python/devtools/devtools-0.10.0-r1.ebuild | 47 ---------------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-python/devtools/Manifest b/dev-python/devtools/Manifest
index fc4650cdc..7753719f9 100644
--- a/dev-python/devtools/Manifest
+++ b/dev-python/devtools/Manifest
@@ -1,2 +1 @@
-DIST devtools-0.10.0.tar.gz 68374 BLAKE2B 81ffea515c8c11b591e2235a0ad6d61ea4c21bcd8ab33aa80cae2848da7de4bddb34e54be2e41c4122ef2c1b1a5d20c33f9c4181bef4101063af5619dbd66da8 SHA512 b7fe4cb57863b60bfd01280e24edeae77cc349c8719c8c5610e9e82c36d5de7b32ff978ca0c6254787c98a6d25642d576835e6798c5ea24fcd72a10b5d8aed70
 DIST devtools-0.12.2.tar.gz 75005 BLAKE2B 5f91ce636bd6cd9dee970f0d7ef8321d25aac3fc15c6d6222680da2b42582bc605ee5e041b73e4cfea8d0ef06b67d1774f87fca90d1a9764d2ee9f17c27327a3 SHA512 e185581bca94dd20d7043512701970d2b310dee6836707a1cf540f39799570e15d5f1d026952d2def6be201eed1d6b328fef975c3c3631dd7ab3a8bf37c48fd9

diff --git a/dev-python/devtools/devtools-0.10.0-r1.ebuild b/dev-python/devtools/devtools-0.10.0-r1.ebuild
deleted file mode 100644
index bd09c64df..000000000
--- a/dev-python/devtools/devtools-0.10.0-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-DOCS_BUILDER=mkdocs
-DOCS_DEPEND=(
-	dev-python/ansi2html
-	dev-python/markdown-include
-	dev-python/mkdocs-exclude
-	dev-python/mkdocs-material
-)
-
-inherit distutils-r1 docs pypi
-
-DESCRIPTION="Dev tools for python"
-HOMEPAGE="
-	https://pypi.org/project/devtools/
-	https://github.com/samuelcolvin/python-devtools
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-python/asttokens[${PYTHON_USEDEP}]
-	dev-python/executing[${PYTHON_USEDEP}]
-	dev-python/pygments[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/asyncpg[${PYTHON_USEDEP}]
-		dev-python/coverage[${PYTHON_USEDEP}]
-		dev-python/multidict[${PYTHON_USEDEP}]
-		dev-python/pydantic[${PYTHON_USEDEP}]
-		dev-python/pytest-mock[${PYTHON_USEDEP}]
-		dev-python/sqlalchemy[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest


             reply	other threads:[~2025-01-09 15:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-09 15:21 Takuya Wakazono [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-13 22:19 [gentoo-commits] repo/proj/guru:master commit in: dev-python/devtools/ Julien Roy
2024-04-13 22:15 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2023-07-09  2:00 Anna Vyalkova
2023-03-18 16:51 Anna Vyalkova
2023-01-29 19:10 Julien Roy
2021-05-24 10:01 Andrew Ammerlaan
2020-11-04  9:57 Andrew Ammerlaan
2020-08-14 18:35 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-14 18:20 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-29 11:12 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-28 17:30 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan

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=1736435936.dfe9bdc1de908f7cf54ed39a06afe7cf42ce2659.pastalian46@gentoo \
    --to=pastalian46@gmail.com \
    --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