summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-15 08:25:34 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-15 08:35:13 +0100
commit69971647dfe656f6a18fb07742fcc08d05fe4864 (patch)
treeb68041e5e6f31d3a636c383e3dfca0f9d308c144
parentdev-python/aiocontextvars: Remove last-rited pkg (diff)
downloadgentoo-69971647dfe656f6a18fb07742fcc08d05fe4864.tar.gz
gentoo-69971647dfe656f6a18fb07742fcc08d05fe4864.tar.bz2
gentoo-69971647dfe656f6a18fb07742fcc08d05fe4864.zip
dev-python/contextvars: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/contextvars/Manifest1
-rw-r--r--dev-python/contextvars/contextvars-2.4.ebuild20
-rw-r--r--dev-python/contextvars/metadata.xml11
-rw-r--r--profiles/package.mask1
4 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/contextvars/Manifest b/dev-python/contextvars/Manifest
deleted file mode 100644
index a401aecd212e..000000000000
--- a/dev-python/contextvars/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST contextvars-2.4.tar.gz 9253 BLAKE2B b46466e44f836561024b69bd648613654336a41f964ced77ab29e2fa20b43b19f0c6b5b72d31ccf208c8b74ad54fa1898ac1c09b24b124ec53a5970019910553 SHA512 391c12f163854a21d6422afd9464e8896c02b5cb5e2c567550907a16b7970d4e2d02cd360851bba103efd64062669596eacadc7421432198c61054837b57b223
diff --git a/dev-python/contextvars/contextvars-2.4.ebuild b/dev-python/contextvars/contextvars-2.4.ebuild
deleted file mode 100644
index 3f1d6a86eb6b..000000000000
--- a/dev-python/contextvars/contextvars-2.4.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# this is a backport, do not add extra impls
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="Backport of Python 3.7 contextvars module (PEP 567) for Python 3.6"
-HOMEPAGE="https://github.com/MagicStack"
-SRC_URI="https://github.com/MagicStack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
-
-RDEPEND="dev-python/immutables[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
diff --git a/dev-python/contextvars/metadata.xml b/dev-python/contextvars/metadata.xml
deleted file mode 100644
index 2cd9d5948e31..000000000000
--- a/dev-python/contextvars/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <upstream>
- <remote-id type="pypi">contextvars</remote-id>
- <remote-id type="github">MagicStack/contextvars</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 7ab832edbc57..70d0a4aea313 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -137,7 +137,6 @@ app-benchmarks/contest
# Michał Górny <mgorny@gentoo.org> (2021-01-01)
# Python 3.6 backports. Unnecessary for py3.7+.
# Removal in 14 days.
-dev-python/contextvars
dev-python/dataclasses
# Sergei Trofimovich <slyfox@gentoo.org> (2021-01-01)