Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python-cffi: update to 1.12.3.
Date: Tue, 11 Jun 2019 19:37:00 +0200	[thread overview]
Message-ID: <20190611173700.y3CcrOIBZwCt7dfoixYFFrxsBffjhGw67cKMBd6wTV4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12406@inbox.vuxu.org>

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

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

https://github.com/daniel-eys/void-packages python-cffi
https://github.com/void-linux/void-packages/pull/12406

python-cffi: update to 1.12.3.
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-cffi-12406.patch --]
[-- Type: application/text/x-diff, Size: 1571 bytes --]

From aadb64a01cc6a27ef0edfe0c2662f55d9170dbb4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Tue, 11 Jun 2019 00:16:59 +0200
Subject: [PATCH] python-cffi: update to 1.12.3.

---
 srcpkgs/python-cffi/template | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index ec4561ac8b8..27ae03879ac 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,19 +1,28 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
-version=1.11.5
-revision=2
+version=1.12.3
+revision=1
 wrksrc="cffi-${version}"
 build_style=python-module
+pycompile_module="cffi"
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"
 makedepends="python-devel python3-devel libffi-devel"
 depends="python-pycparser"
-pycompile_module="cffi"
+checkdepends="python-pytest python3-pytest python-pycparser
+ python3-pycparser"
 short_desc="C foreign function interface for Python2"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://cffi.readthedocs.io/"
 license="MIT"
+homepage="https://cffi.readthedocs.io/"
 distfiles="${PYPI_SITE}/c/cffi/cffi-${version}.tar.gz"
-checksum=e90f17980e6ab0f3c2f3730e56d1fe9bcba1891eeea58966e89d352492cc74f4
+checksum=041c81822e9f84b1d9c401182e174996f0bae9991f33725d059b771744290774
+
+do_check() {
+	python2 setup.py build_ext -i
+	python2 -m pytest c/ testing/
+	python3 setup.py build_ext -i
+	python3 -m pytest c/ testing/
+}
 
 post_install() {
 	vlicense LICENSE

  reply	other threads:[~2019-06-11 17:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-11 17:32 [PR PATCH] " voidlinux-github
2019-06-11 17:37 ` voidlinux-github [this message]
2019-06-11 17:37 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-15 18:57 ` [PR PATCH] [Merged]: " voidlinux-github

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=20190611173700.y3CcrOIBZwCt7dfoixYFFrxsBffjhGw67cKMBd6wTV4@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).