commit:     579fc90dcdb4828d89cb5bd03e249b44f48f4950
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  2 04:36:05 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug  2 05:20:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=579fc90d

dev-python/environs: Remove old

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

 dev-python/environs/Manifest               |  1 -
 dev-python/environs/environs-14.1.1.ebuild | 45 ------------------------------
 2 files changed, 46 deletions(-)

diff --git a/dev-python/environs/Manifest b/dev-python/environs/Manifest
index 488a4b564d29..fe95bbd442cb 100644
--- a/dev-python/environs/Manifest
+++ b/dev-python/environs/Manifest
@@ -1,2 +1 @@
-DIST environs-14.1.1.gh.tar.gz 44987 BLAKE2B 
d409fdb38faa65b45e4ec147acfc6050eb9a9993cf93bc90939ffdc33421b44aa522cd397767d0d41370b994f914741e9ee6af24095c72321e7875f5c88440c1
 SHA512 
fdbbd25304200db383705fc7940a9ec6e9ed851c7fbb57a3af08ebec8d825a6d2e3c5ecaa13adcdfe5405e49da67104f600003c05b75e9758a7a15cca14e4d5d
 DIST environs-14.2.0.gh.tar.gz 45178 BLAKE2B 
167c96d0a0845d25b38d7b2f2cefc3f00eb5468be3c70667944537de008a92b8691f096a44f1a7728ea2bdf88450fec2335f15f186a97732cdbc570797129ca4
 SHA512 
c1b34cf4cda44864083c14622d020a9c907b9cbcbc0e18ff18e1044bc9fee9fc71a63513118f237141ea32bd72333bcd5e9101b0f3db06c368fb24aa16b1ed5c

diff --git a/dev-python/environs/environs-14.1.1.ebuild 
b/dev-python/environs/environs-14.1.1.ebuild
deleted file mode 100644
index b72b45079c97..000000000000
--- a/dev-python/environs/environs-14.1.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2021-2025 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.18.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               dev-python/typing-extensions[${PYTHON_USEDEP}]
-       ' 3.10)
-"
-BDEPEND="
-       test? (
-               $(python_gen_cond_dep '
-                       dev-python/backports-strenum[${PYTHON_USEDEP}]
-               ' 3.10)
-               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 via email to