Github messages for voidlinux
 help / color / mirror / Atom feed
From: not-chicken <not-chicken@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] python3-pure-protobuf: update to 2.0.1.
Date: Thu, 17 Sep 2020 10:20:47 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24955@inbox.vuxu.org> (raw)

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

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

https://github.com/not-chicken/void-packages ppp
https://github.com/void-linux/void-packages/pull/24955

python3-pure-protobuf: update to 2.0.1.
Relevant changelog:

> exclude every test package when installing

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

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

From eafbd3460ba700c401171fcb71db4d1f482e278d Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Thu, 17 Sep 2020 13:36:21 +0530
Subject: [PATCH] python3-pure-protobuf: update to 2.0.1.

---
 srcpkgs/python3-pure-protobuf/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 2c23b4204f7..70edc67f6b7 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,21 +1,24 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
-version=2.0.0
-revision=2
-archs=noarch
+version=2.0.1
+revision=1
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="Python implementation of Protocol Buffers data types"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 license="MIT"
 homepage="https://github.com/eigenein/protobuf"
 changelog="https://github.com/eigenein/protobuf/blob/master/CHANGELOG.md"
 distfiles="https://github.com/eigenein/protobuf/archive/${version}.tar.gz"
-checksum=e1303e8ae29ce5e33254d49f93d896d04b040070f89e87232e33ecdfbb4ea6d9
+checksum=30fd2ccb075f00e5f24bbeee8434ff3edd8ebf7a02e3a8c665044fe196e4112d
+
+do_check() {
+	python3 -m pytest
+}
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/tests
 	vlicense LICENSE
 }

             reply	other threads:[~2020-09-17  8:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-17  8:20 not-chicken [this message]
2020-09-17 14:36 ` [PR PATCH] [Closed]: " ahesford

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24955@inbox.vuxu.org \
    --to=not-chicken@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).