public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aspectlib/
Date: Mon, 17 Feb 2025 14:02:13 +0000 (UTC)	[thread overview]
Message-ID: <1739800429.41070486d708ba6d7c1e553bbb43d8f5e35fb6f0.cybertailor@gentoo> (raw)

commit:     41070486d708ba6d7c1e553bbb43d8f5e35fb6f0
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Feb 17 13:53:49 2025 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Feb 17 13:53:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41070486

dev-python/aspectlib: treeclean

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/aspectlib/Manifest                  |  1 -
 dev-python/aspectlib/aspectlib-2.0.0-r1.ebuild | 39 --------------------------
 dev-python/aspectlib/metadata.xml              | 14 ---------
 3 files changed, 54 deletions(-)

diff --git a/dev-python/aspectlib/Manifest b/dev-python/aspectlib/Manifest
deleted file mode 100644
index d54f34361..000000000
--- a/dev-python/aspectlib/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST aspectlib-2.0.0.tar.gz 156591 BLAKE2B b3800164e25e4414fe502fc62efcce163070d743cd1f4ebc6f95a51123895cf0ce72f1df5088a580a345f48b2dd03cf30340b4a7b27c0cf6ecab614e6e79da38 SHA512 3611d3f887febae8a60df6ad5567437adaa2105e6622a7d9b543c02f593c9dee43002cd91b89f5d005fc70a8b197b5c568eefa3a0fdb6fc05665f4a1c5107316

diff --git a/dev-python/aspectlib/aspectlib-2.0.0-r1.ebuild b/dev-python/aspectlib/aspectlib-2.0.0-r1.ebuild
deleted file mode 100644
index 914ce7b0e..000000000
--- a/dev-python/aspectlib/aspectlib-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="Aspect-oriented programming, monkey-patch and decorators library"
-HOMEPAGE="
-	https://github.com/ionelmc/python-aspectlib
-	https://pypi.org/project/aspectlib/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="dev-python/fields[${PYTHON_USEDEP}]"
-BDEPEND="
-	test? (
-		dev-python/process-tests[${PYTHON_USEDEP}]
-		dev-python/tornado[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-# Docs depend on dev-python/sphinx-py3doc-enhanced-theme
-# Which was treecleaned from ::gentoo
-# distutils_enable_sphinx docs \
-# 	dev-python/sphinx-py3doc-enhanced-theme
-
-EEPYTEST_DESELECT=(
-	# fails because error message text is slightly different
-	tests/test_aspectlib_test.py::test_story_empty_play_proxy_class
-	tests/test_aspectlib_test.py::test_story_half_play_proxy_class
-)

diff --git a/dev-python/aspectlib/metadata.xml b/dev-python/aspectlib/metadata.xml
deleted file mode 100644
index 2a6d2bf5b..000000000
--- a/dev-python/aspectlib/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-	<longdescription lang="en">
-An aspect-oriented programming, monkey-patch and decorators library. It is useful when changing behavior in existing code is desired. It includes tools for debugging and testing: simple mock/record and a complete capture/replay framework.
-	</longdescription>
-	<upstream>
-		<remote-id type="github">ionelmc/python-aspectlib</remote-id>
-		<remote-id type="pypi">aspectlib</remote-id>
-		<doc>https://python-aspectlib.readthedocs.io/</doc>
-		<changelog>https://python-aspectlib.readthedocs.io/en/latest/changelog.html</changelog>
-	</upstream>
-</pkgmetadata>


             reply	other threads:[~2025-02-17 14:02 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-17 14:02 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-25 12:41 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aspectlib/ Julien Roy
2024-04-13 17:09 Julien Roy
2024-01-17 13:46 Anna Vyalkova
2023-02-25  0:00 Anna Vyalkova
2022-11-03  7:37 Anna Vyalkova
2021-08-14  2:00 Anna Vyalkova
2021-05-25 10:37 Anna Vyalkova
2021-05-04 10:18 Anna Vyalkova
2021-05-03 23:33 Anna Vyalkova
2020-12-18 16:26 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-18 15:25 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-08-09 21:00 Andrew Ammerlaan
2020-06-09 14:00 Andrew Ammerlaan
2020-04-05 14:01 Alessandro Barbieri
2020-03-30 19:36 Alessandro Barbieri
2020-03-29 13:21 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-29 13:21 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-29  9:29 Alessandro Barbieri

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=1739800429.41070486d708ba6d7c1e553bbb43d8f5e35fb6f0.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --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