public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/, dev-python/pure-protobuf/files/, dev-python/pure-protobuf/
Date: Thu,  4 Jul 2024 14:38:51 +0000 (UTC)	[thread overview]
Message-ID: <1720103821.5891f0a5b320b1f572de7974157d212c45fb841f.pastalian46@gentoo> (raw)

commit:     5891f0a5b320b1f572de7974157d212c45fb841f
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Jul  4 14:37:01 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Thu Jul  4 14:37:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5891f0a5

dev-python/pure-protobuf: treeclean

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-python/pure-protobuf/Manifest                  |  1 -
 .../files/pure-protobuf-3.0.1-static-version.patch | 12 ------------
 dev-python/pure-protobuf/metadata.xml              | 18 ------------------
 .../pure-protobuf/pure-protobuf-3.0.1.ebuild       | 22 ----------------------
 profiles/package.mask                              |  5 -----
 5 files changed, 58 deletions(-)

diff --git a/dev-python/pure-protobuf/Manifest b/dev-python/pure-protobuf/Manifest
deleted file mode 100644
index e61777204..000000000
--- a/dev-python/pure-protobuf/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pure_protobuf-3.0.1.tar.gz 18228 BLAKE2B c714bcd78763e854e9e690b98d4166cf8395511ad8fa8a37692daeec86463e99a884069b3da927a594b6204a5c8b3810b2fac5d7d1075794891d1843a232a2ba SHA512 f08005d2fbeda2d5cfc0f066cb88da350ba3ff7d8ee8922c58b77936360782c5e5ac40f8a5a98377c65c7a0d0df5e10d16fafa082f0a6caddbf6450782551ab0

diff --git a/dev-python/pure-protobuf/files/pure-protobuf-3.0.1-static-version.patch b/dev-python/pure-protobuf/files/pure-protobuf-3.0.1-static-version.patch
deleted file mode 100644
index 39e1d7f6c..000000000
--- a/dev-python/pure-protobuf/files/pure-protobuf-3.0.1-static-version.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-We don't need dynamic versioning, replace with default backend.
---- a/pyproject.toml	2024-03-06 20:59:32.071133500 +0900
-+++ b/pyproject.toml	2024-03-06 21:00:01.002037882 +0900
-@@ -31,7 +31,7 @@
- 
- [build-system]
- requires = ["poetry-core", "poetry-dynamic-versioning"]
--build-backend = "poetry_dynamic_versioning.backend"
-+build-backend = "poetry.core.masonry.api"
- 
- [tool.poetry.dependencies]
- get-annotations = { version = "^0.1.2", python = "<3.10" }

diff --git a/dev-python/pure-protobuf/metadata.xml b/dev-python/pure-protobuf/metadata.xml
deleted file mode 100644
index ba7bff730..000000000
--- a/dev-python/pure-protobuf/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>pastalian46@gmail.com</email>
-		<name>Takuya Wakazono</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">eigenein/protobuf</remote-id>
-		<remote-id type="pypi">pure-protobuf</remote-id>
-		<maintainer>
-			<name>Pavel Perestoronin</name>
-			<email>eigenein@gmail.com</email>
-		</maintainer>
-		<bugs-to>https://github.com/eigenein/protobuf/issues</bugs-to>
-		<changelog>https://github.com/eigenein/protobuf/blob/master/CHANGELOG.md</changelog>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-python/pure-protobuf/pure-protobuf-3.0.1.ebuild b/dev-python/pure-protobuf/pure-protobuf-3.0.1.ebuild
deleted file mode 100644
index 791915bfb..000000000
--- a/dev-python/pure-protobuf/pure-protobuf-3.0.1.ebuild
+++ /dev/null
@@ -1,22 +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=poetry
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python implementation of Protocol Buffers data types with dataclasses support"
-HOMEPAGE="
-	https://github.com/eigenein/protobuf
-	https://pypi.org/project/pure-protobuf/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/typing-extensions[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}/${P}-static-version.patch" )

diff --git a/profiles/package.mask b/profiles/package.mask
index f397ac0f9..7258eccfd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -56,11 +56,6 @@ dev-python/sphinxext-opengraph
 dev-python/betterproto
 dev-python/grpclib
 
-# Takuya Wakazono <pastalian46@gmai.com> (2024-06-02)
-# app-text/komikku no longer depends on this. No revdeps left.
-# Removal on 2024-07-02.
-dev-python/pure-protobuf
-
 # Julien Roy <julien@jroy.ca> (2024-05-31)
 # Several versions out of date, needs a maintainer
 # Masked for removal in 30 days


                 reply	other threads:[~2024-07-04 14:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1720103821.5891f0a5b320b1f572de7974157d212c45fb841f.pastalian46@gentoo \
    --to=pastalian46@gmail.com \
    --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