Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-cffi: update to 1.12.3.
@ 2019-06-11 17:32 voidlinux-github
  2019-06-11 17:37 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-11 17:32 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1658 bytes --]

From 38bdb194d7a2cc180daea62b90cbefc2f61bbbe3 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..fed66100c09 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,24 +1,33 @@
 # 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
 
 post_install() {
 	vlicense LICENSE
 }
 
+do_check() {
+	python2 setup.py build_ext -i
+	python2 -m pytest c/ testing/
+	python3 setup.py build_ext -i
+	python3 -m pytest c/ testing/
+}
+
 python3-cffi_package() {
 	depends="python3-pycparser"
 	pycompile_module="cffi"

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

* Re: [PR PATCH] [Updated] python-cffi: update to 1.12.3.
  2019-06-11 17:32 [PR PATCH] python-cffi: update to 1.12.3 voidlinux-github
@ 2019-06-11 17:37 ` voidlinux-github
  2019-06-11 17:37 ` voidlinux-github
  2019-06-15 18:57 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-11 17:37 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: [PR PATCH] [Updated] python-cffi: update to 1.12.3.
  2019-06-11 17:32 [PR PATCH] python-cffi: update to 1.12.3 voidlinux-github
  2019-06-11 17:37 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-11 17:37 ` voidlinux-github
  2019-06-15 18:57 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-11 17:37 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: [PR PATCH] [Merged]: python-cffi: update to 1.12.3.
  2019-06-11 17:32 [PR PATCH] python-cffi: update to 1.12.3 voidlinux-github
  2019-06-11 17:37 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-11 17:37 ` voidlinux-github
@ 2019-06-15 18:57 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-15 18:57 UTC (permalink / raw)
  To: ml

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

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

python-cffi: update to 1.12.3.
https://github.com/void-linux/void-packages/pull/12406
Description: None

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

end of thread, other threads:[~2019-06-15 18:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-11 17:32 [PR PATCH] python-cffi: update to 1.12.3 voidlinux-github
2019-06-11 17:37 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-11 17:37 ` voidlinux-github
2019-06-15 18:57 ` [PR PATCH] [Merged]: " voidlinux-github

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).