Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-protobuf: update to 3.12.2.
@ 2020-05-28 19:30 ahesford
  2020-05-29 20:08 ` clehner
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ahesford @ 2020-05-28 19:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

There is a new pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages py3protobuf
https://github.com/void-linux/void-packages/pull/22388

python-protobuf: update to 3.12.2.
@clehner: Are you still interested in maintaining this?

A patch file from https://github.com/void-linux/void-packages/pull/22388.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-py3protobuf-22388.patch --]
[-- Type: text/x-diff, Size: 1606 bytes --]

From 634f77a9d228e21bb320319ff8cffc938c2dd6fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 28 May 2020 15:25:48 -0400
Subject: [PATCH] python-protobuf: update to 3.12.2.

---
 srcpkgs/python-protobuf/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python-protobuf/template b/srcpkgs/python-protobuf/template
index 1a2d37a0a1e..4f347f771fe 100644
--- a/srcpkgs/python-protobuf/template
+++ b/srcpkgs/python-protobuf/template
@@ -1,11 +1,10 @@
 # Template file for 'python-protobuf'
 pkgname=python-protobuf
-version=3.10.0
-revision=2
+version=3.12.2
+revision=1
 archs=noarch
-wrksrc="protobuf-${version}"
+wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
-pycompile_module="google/protobuf"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-setuptools python-six"
 short_desc="Python2 bindings for Google Protocol Buffers"
@@ -13,7 +12,7 @@ maintainer="Charles E. Lehner <cel@celehner.com>"
 license="BSD-3-Clause"
 homepage="https://developers.google.com/protocol-buffers/"
 distfiles="${PYPI_SITE}/p/protobuf/protobuf-${version}.tar.gz"
-checksum=db83b5c12c0cd30150bb568e6feb2435c49ce4e68fe2d7b903113f0e221e58fe
+checksum=49ef8ab4c27812a89a76fa894fe7a08f42f2147078392c0dee51d4a444ef6df5
 
 post_install() {
 	sed -n 1,29p google/protobuf/__init__.py >LICENSE
@@ -22,7 +21,6 @@ post_install() {
 
 python3-protobuf_package() {
 	archs=noarch
-	pycompile_module="google/protobuf"
 	depends="python3-setuptools python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: python-protobuf: update to 3.12.2.
  2020-05-28 19:30 [PR PATCH] python-protobuf: update to 3.12.2 ahesford
@ 2020-05-29 20:08 ` clehner
  2020-05-29 20:17 ` [PR PATCH] [Updated] " ahesford
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: clehner @ 2020-05-29 20:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

New comment by clehner on void-packages repository

https://github.com/void-linux/void-packages/pull/22388#issuecomment-636169655

Comment:
@ahesford Not particularly

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] python-protobuf: update to 3.12.2.
  2020-05-28 19:30 [PR PATCH] python-protobuf: update to 3.12.2 ahesford
  2020-05-29 20:08 ` clehner
@ 2020-05-29 20:17 ` ahesford
  2020-05-29 20:19 ` ahesford
  2020-05-31 11:20 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-05-29 20:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 385 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages py3protobuf
https://github.com/void-linux/void-packages/pull/22388

python-protobuf: update to 3.12.2.
@clehner: Are you still interested in maintaining this?

A patch file from https://github.com/void-linux/void-packages/pull/22388.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-py3protobuf-22388.patch --]
[-- Type: text/x-diff, Size: 1642 bytes --]

From 652cc290276b284d8a499fd9048559b45c2d69d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 28 May 2020 15:25:48 -0400
Subject: [PATCH] python-protobuf: update to 3.12.2.

---
 srcpkgs/python-protobuf/template | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python-protobuf/template b/srcpkgs/python-protobuf/template
index 1a2d37a0a1e..92e6fa424c8 100644
--- a/srcpkgs/python-protobuf/template
+++ b/srcpkgs/python-protobuf/template
@@ -1,19 +1,18 @@
 # Template file for 'python-protobuf'
 pkgname=python-protobuf
-version=3.10.0
-revision=2
+version=3.12.2
+revision=1
 archs=noarch
-wrksrc="protobuf-${version}"
+wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
-pycompile_module="google/protobuf"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-setuptools python-six"
 short_desc="Python2 bindings for Google Protocol Buffers"
-maintainer="Charles E. Lehner <cel@celehner.com>"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="BSD-3-Clause"
 homepage="https://developers.google.com/protocol-buffers/"
 distfiles="${PYPI_SITE}/p/protobuf/protobuf-${version}.tar.gz"
-checksum=db83b5c12c0cd30150bb568e6feb2435c49ce4e68fe2d7b903113f0e221e58fe
+checksum=49ef8ab4c27812a89a76fa894fe7a08f42f2147078392c0dee51d4a444ef6df5
 
 post_install() {
 	sed -n 1,29p google/protobuf/__init__.py >LICENSE
@@ -22,7 +21,6 @@ post_install() {
 
 python3-protobuf_package() {
 	archs=noarch
-	pycompile_module="google/protobuf"
 	depends="python3-setuptools python3-six"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: python-protobuf: update to 3.12.2.
  2020-05-28 19:30 [PR PATCH] python-protobuf: update to 3.12.2 ahesford
  2020-05-29 20:08 ` clehner
  2020-05-29 20:17 ` [PR PATCH] [Updated] " ahesford
@ 2020-05-29 20:19 ` ahesford
  2020-05-31 11:20 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-05-29 20:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 178 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/22388#issuecomment-636173827

Comment:
OK, I've claimed maintainer as well.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: python-protobuf: update to 3.12.2.
  2020-05-28 19:30 [PR PATCH] python-protobuf: update to 3.12.2 ahesford
                   ` (2 preceding siblings ...)
  2020-05-29 20:19 ` ahesford
@ 2020-05-31 11:20 ` Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: Hoshpak @ 2020-05-31 11:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 223 bytes --]

There's a merged pull request on the void-packages repository

python-protobuf: update to 3.12.2.
https://github.com/void-linux/void-packages/pull/22388

Description:
@clehner: Are you still interested in maintaining this?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-31 11:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-28 19:30 [PR PATCH] python-protobuf: update to 3.12.2 ahesford
2020-05-29 20:08 ` clehner
2020-05-29 20:17 ` [PR PATCH] [Updated] " ahesford
2020-05-29 20:19 ` ahesford
2020-05-31 11:20 ` [PR PATCH] [Merged]: " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).