public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/environs/
Date: Tue, 07 Jan 2025 05:27:40 +0000 (UTC)	[thread overview]
Message-ID: <1736227654.869efddda51e604f3eb25972d3cf63b4a7dba232.mgorny@gentoo> (raw)

commit:     869efddda51e604f3eb25972d3cf63b4a7dba232
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  7 05:10:33 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan  7 05:27:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869efddd

dev-python/environs: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/environs/Manifest               |  2 --
 dev-python/environs/environs-11.1.0.ebuild | 39 ------------------------------
 dev-python/environs/environs-11.2.0.ebuild | 39 ------------------------------
 3 files changed, 80 deletions(-)

diff --git a/dev-python/environs/Manifest b/dev-python/environs/Manifest
index 199b96f75ef7..0ac3764adc29 100644
--- a/dev-python/environs/Manifest
+++ b/dev-python/environs/Manifest
@@ -1,3 +1 @@
-DIST environs-11.1.0.gh.tar.gz 24227 BLAKE2B 5a4ebec604dedccf6757fa69f0ae9a5d426c23e8f0bcdbbe51f2ca190e2cfe4cebaa473656dedee4486bf7f61eef102b60a1553426ece78129aec65baded0ad0 SHA512 a7564a251228d3fa131af96a2cad312d8e3c3ba95fa56c4b0abf74a6040c70b77e147120f9646f6f3fd6339760561b63e920494fe26b4fcb1f2caac32f7d7703
-DIST environs-11.2.0.gh.tar.gz 25195 BLAKE2B eba1cf8731db715c04345bc33100ef5bb2693a81e2815195164d56ada02eff8d65f3a2328e7d87b17c858df4cb8a7418120dceb49cf1e44c42dd25d249661469 SHA512 50d1e68fec2cd47a6805cb87ce8a1f7692cc3797ca30177189d3268bc91716671735dca8c085fcb5ed733e38e88b69354a6fc5b6a4ceb480e03ecf7d9a40391e
 DIST environs-11.2.1.gh.tar.gz 25595 BLAKE2B 478818c964625965200b154ef9412a1d94ac9f78d507be0ebd378117613e7c7f8163c9db58225220ef9cde68367f973999a9914f13db6bdee02c83e9ee924518 SHA512 cd859e86b4308047ad661f3fa12788a117f70686e3f5dc7f55e876c9de38c6d2b75f208b488b99f3c9189080e8ebb45385fea45421d55e9b2f9a22ba4a3fbd86

diff --git a/dev-python/environs/environs-11.1.0.ebuild b/dev-python/environs/environs-11.1.0.ebuild
deleted file mode 100644
index 28662b82e90f..000000000000
--- a/dev-python/environs/environs-11.1.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for simplified environment variable parsing"
-HOMEPAGE="
-	https://github.com/sloria/environs/
-	https://pypi.org/project/environs/
-"
-SRC_URI="
-	https://github.com/sloria/environs/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-	dev-python/python-dotenv[${PYTHON_USEDEP}]
-	>=dev-python/marshmallow-3.13.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/django-cache-url[${PYTHON_USEDEP}]
-		dev-python/dj-database-url[${PYTHON_USEDEP}]
-		dev-python/dj-email-url[${PYTHON_USEDEP}]
-	)
-"
-
-DOCS=( CHANGELOG.md CONTRIBUTING.md README.md  )
-
-distutils_enable_tests pytest

diff --git a/dev-python/environs/environs-11.2.0.ebuild b/dev-python/environs/environs-11.2.0.ebuild
deleted file mode 100644
index 28662b82e90f..000000000000
--- a/dev-python/environs/environs-11.2.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for simplified environment variable parsing"
-HOMEPAGE="
-	https://github.com/sloria/environs/
-	https://pypi.org/project/environs/
-"
-SRC_URI="
-	https://github.com/sloria/environs/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-	dev-python/python-dotenv[${PYTHON_USEDEP}]
-	>=dev-python/marshmallow-3.13.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/django-cache-url[${PYTHON_USEDEP}]
-		dev-python/dj-database-url[${PYTHON_USEDEP}]
-		dev-python/dj-email-url[${PYTHON_USEDEP}]
-	)
-"
-
-DOCS=( CHANGELOG.md CONTRIBUTING.md README.md  )
-
-distutils_enable_tests pytest


             reply	other threads:[~2025-01-07  5:27 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-07  5:27 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-11  7:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/environs/ Michał Górny
2025-02-11  7:18 Michał Górny
2025-01-10 20:43 Michał Górny
2025-01-08  9:12 Michał Górny
2025-01-07  5:27 Michał Górny
2024-11-21  6:01 Michał Górny
2024-11-15  4:59 Michał Górny
2024-11-15  4:59 Michał Górny
2024-11-12  5:35 Michał Górny
2024-06-20 17:14 Michał Górny
2024-06-20 17:14 Michał Górny
2024-03-05  5:18 Michał Górny
2024-01-12  4:57 Michał Górny
2024-01-10  4:42 Michał Górny
2024-01-09  6:41 Michał Górny
2023-12-30 18:28 Michał Górny
2023-12-16  4:01 Michał Górny
2023-10-27 17:47 Michał Górny
2023-02-21 12:34 Michał Górny
2022-06-04 17:52 Michał Górny
2022-04-08 18:06 Michał Górny
2022-04-08 18:06 Michał Górny
2021-11-14  8:46 Michał Górny
2021-10-25 17:20 Arthur Zamarin
2021-04-09 21:24 Zac Medico

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=1736227654.869efddda51e604f3eb25972d3cf63b4a7dba232.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --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