commit:     a417c599ab0a814b0c17f12cacf8542589e0b8b8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 14:34:43 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 14:36:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a417c599

dev-python/blake3-py-c: Remove last-rited pkg

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

 dev-python/blake3-py-c/Manifest                 |  1 -
 dev-python/blake3-py-c/blake3-py-c-0.3.3.ebuild | 39 -------------------------
 dev-python/blake3-py-c/metadata.xml             | 11 -------
 profiles/package.mask                           |  5 ----
 4 files changed, 56 deletions(-)

diff --git a/dev-python/blake3-py-c/Manifest b/dev-python/blake3-py-c/Manifest
deleted file mode 100644
index 171df0d13c35..000000000000
--- a/dev-python/blake3-py-c/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST blake3-py-0.3.3.gh.tar.gz 114409 BLAKE2B 
7514697e2fe58623000dcf457ca5a197b98ca6606e5463b4afb455e36ada3a66865f297272f9e8cde49537442cf5491a7673d64696cba617e085222040b5af66
 SHA512 
155d8165792935176bf9484b42d6caa715b3c6ff36d266be4d8334fc17a2fdd4a85c5c2c3d53285f21166232a8e558fe9340a8db2bd98ef01d0358809ed28dfb

diff --git a/dev-python/blake3-py-c/blake3-py-c-0.3.3.ebuild 
b/dev-python/blake3-py-c/blake3-py-c-0.3.3.ebuild
deleted file mode 100644
index 5f1b38ab514a..000000000000
--- a/dev-python/blake3-py-c/blake3-py-c-0.3.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=${P/-c}
-DESCRIPTION="Python bindings for the BLAKE3 cryptographic hash function"
-HOMEPAGE="https://github.com/oconnor663/blake3-py/";
-SRC_URI="
-       https://github.com/oconnor663/blake3-py/archive/${PV}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/c_impl
-
-LICENSE="|| ( CC0-1.0 Apache-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       !dev-python/blake3-py[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/numpy[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       cd .. || die
-       epytest
-}

diff --git a/dev-python/blake3-py-c/metadata.xml 
b/dev-python/blake3-py-c/metadata.xml
deleted file mode 100644
index 3091c4dd69fe..000000000000
--- a/dev-python/blake3-py-c/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Python</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">oconnor663/blake3-py</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index d10e14d6733e..12d3ecff2177 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -463,11 +463,6 @@ dev-ruby/http:4
 <sys-kernel/gentoo-kernel-5.10
 <virtual/dist-kernel-5.10
 
-# Michał Górny <[email protected]> (2023-12-12)
-# Merged into dev-python/blake3[-rust].  Please use that instead.
-# Removal on 2024-01-11.  Bug #919771.
-dev-python/blake3-py-c
-
 # Hans de Graaff <[email protected]> (2023-12-10)
 # Test failures that seem to indicate this package no longer works
 # correctly. Last release 6 years ago. No reverse dependencies.

Reply via email to