[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/files/, dev-python/pycapnp/, profiles/

2022-06-30 Thread Sam James
commit: e2bd26a0fdf660a7c6f0d20bd307ec441ecf49f5
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 30 22:21:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 30 22:21:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2bd26a0

dev-python/pycapnp: treeclean

Bug: https://bugs.gentoo.org/798204
Bug: https://bugs.gentoo.org/822540
Bug: https://bugs.gentoo.org/845783
Signed-off-by: Sam James  gentoo.org>

 dev-python/pycapnp/Manifest |  1 -
 dev-python/pycapnp/files/sdist.patch| 13 
 dev-python/pycapnp/metadata.xml | 13 
 dev-python/pycapnp/pycapnp-0.6.4.ebuild | 36 -
 profiles/package.mask   |  6 --
 5 files changed, 69 deletions(-)

diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
deleted file mode 100644
index bd496a53f8ee..
--- a/dev-python/pycapnp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pycapnp-0.6.4.tar.gz 531404 BLAKE2B 
035e0f37292275af8d5e292cb98f85f3d40ffe6284c0defecdb6d0c79afac97e4570e0042c0be6716a992ab904b844c9f046c5795b97cd8b7dd7625af1b2b219
 SHA512 
3f2c9d93bcf226fb39ef233b8b5fbc86af73d796986e82b897a571db5d8223fb4f65cc28a8bf4ed57b787b6e5defdca70388ac865f036daff48d6d6f93cbbfc3

diff --git a/dev-python/pycapnp/files/sdist.patch 
b/dev-python/pycapnp/files/sdist.patch
deleted file mode 100644
index e4ef16ec5699..
--- a/dev-python/pycapnp/files/sdist.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: pycapnp-0.6.4/setup.py
-===
 pycapnp-0.6.4.orig/setup.py
-+++ pycapnp-0.6.4/setup.py
-@@ -49,7 +49,7 @@ try:
- changelog = '\nChangelog\n=\n' + changelog
- long_description += changelog
- except (IOError, ImportError):
--if sys.argv[2] == 'sdist':
-+if len(sys.argv) > 2 and sys.argv[2] == 'sdist':
- raise
- long_description = ''
- 

diff --git a/dev-python/pycapnp/metadata.xml b/dev-python/pycapnp/metadata.xml
deleted file mode 100644
index 7b9b669e8cb2..
--- a/dev-python/pycapnp/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   aball...@gentoo.org
-   Alexis Ballier
-   Python team can take the package if they 
wish.
-   
-   
-   pycapnp
-   capnproto/pycapnp
-   
-

diff --git a/dev-python/pycapnp/pycapnp-0.6.4.ebuild 
b/dev-python/pycapnp/pycapnp-0.6.4.ebuild
deleted file mode 100644
index bfbc35732df3..
--- a/dev-python/pycapnp/pycapnp-0.6.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python wrapping of the Cap'n Proto library"
-HOMEPAGE="http://jparyani.github.io/pycapnp/ 
https://github.com/capnproto/pycapnp;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
-IUSE=""
-
-RDEPEND=">=dev-libs/capnproto-0.6:="
-DEPEND="${RDEPEND}
-   dev-python/cython[${PYTHON_USEDEP}]
-"
-PATCHES=( "${FILESDIR}/sdist.patch" )
-
-src_prepare() {
-   distutils-r1_src_prepare
-   # regen cython files
-   rm -f capnp/lib/capnp.cpp || die
-
-   # Need c++14 for capnp 0.7
-   sed -e 's/std=c++11/std=c++14/g' \
-   -i setup.py \
-   -i buildutils/detect.py \
-   -i capnp/*/* \
-   || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 2c7144a2824f..35170e3a5f52 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -268,12 +268,6 @@ dev-python/3to2
 # Removal on 2022-06-30.
 dev-perl/Inline-Python
 
-# Sam James  (2022-05-30)
-# Out of date, no tests, and most importantly, doesn't yet support Python 3.10
-# which will soon be the default. Bugs #845783, #822540, #798204.
-# Removal on 2022-06-30.
-dev-python/pycapnp
-
 # Matt Turner  (2022-05-30)
 # libwacom-2 broke ABI compatibility; reverse dependencies need to be updated.
 # Bug #848501



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/

2022-05-25 Thread Michał Górny
commit: f91a02278b174c23d3f4c7117372a4f084fa1317
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 25 05:57:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 25 07:12:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f91a0227

dev-python/pycapnp: Remove python@ from maintainers

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycapnp/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/pycapnp/metadata.xml b/dev-python/pycapnp/metadata.xml
index 75553d6e865a..7b9b669e8cb2 100644
--- a/dev-python/pycapnp/metadata.xml
+++ b/dev-python/pycapnp/metadata.xml
@@ -6,10 +6,6 @@
Alexis Ballier
Python team can take the package if they 
wish.

-   
-   pyt...@gentoo.org
-   Python
-   

pycapnp
capnproto/pycapnp



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/

2020-09-03 Thread Alexis Ballier
commit: 0085bd0408ea277239e7bc2a70973c6f1cd259ca
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep  2 13:00:43 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep  3 15:48:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0085bd04

dev-python/pycapnp: add py38/39

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-python/pycapnp/pycapnp-0.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycapnp/pycapnp-0.6.4.ebuild 
b/dev-python/pycapnp/pycapnp-0.6.4.ebuild
index c8e8551a477..3c53d702de3 100644
--- a/dev-python/pycapnp/pycapnp-0.6.4.ebuild
+++ b/dev-python/pycapnp/pycapnp-0.6.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/

2020-03-28 Thread Michał Górny
commit: 531432d50c505871c28b3ccc68bfdefdef0f1e4c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 17:10:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 17:10:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531432d5

dev-python/pycapnp: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycapnp/Manifest |  2 --
 dev-python/pycapnp/pycapnp-0.6.2.ebuild | 28 
 dev-python/pycapnp/pycapnp-0.6.3.ebuild | 28 
 3 files changed, 58 deletions(-)

diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
index f7e449dd8a6..bd496a53f8e 100644
--- a/dev-python/pycapnp/Manifest
+++ b/dev-python/pycapnp/Manifest
@@ -1,3 +1 @@
-DIST pycapnp-0.6.2.tar.gz 455092 BLAKE2B 
5cdffde0a88398328f6e6908caf4ea2c3626a4a4d47100973a2bb3ae0e10406734354e40afe60f7d4861c79534e05bee6aeecfee4ffeca50ef7e24101ca4a08d
 SHA512 
6656ce4a67e38fc301fb4dd7e80daea3a7551e01589b11c8fd7aea0d4af7638387fecd712c968f549ff596bf64caca6bdf7add20fbd14396a92e49ac3ce47188
-DIST pycapnp-0.6.3.tar.gz 455075 BLAKE2B 
ad4ccb7e4c83ed686a419ac97652b50853e4377a4d59579fd276b89c60c7f2a0235c73da711288ca4843c5277925dedab8bd4ddaa4d84e8615d9aeed325521fe
 SHA512 
e125af41d46ca32f94cf548b778f554587074ee59993f4a5bf243b66650976c2c219ca572094daa51f3718272dd9e3529e27bda85dc52d2a644ead8e16b6e02c
 DIST pycapnp-0.6.4.tar.gz 531404 BLAKE2B 
035e0f37292275af8d5e292cb98f85f3d40ffe6284c0defecdb6d0c79afac97e4570e0042c0be6716a992ab904b844c9f046c5795b97cd8b7dd7625af1b2b219
 SHA512 
3f2c9d93bcf226fb39ef233b8b5fbc86af73d796986e82b897a571db5d8223fb4f65cc28a8bf4ed57b787b6e5defdca70388ac865f036daff48d6d6f93cbbfc3

diff --git a/dev-python/pycapnp/pycapnp-0.6.2.ebuild 
b/dev-python/pycapnp/pycapnp-0.6.2.ebuild
deleted file mode 100644
index 852c846d5ab..000
--- a/dev-python/pycapnp/pycapnp-0.6.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python wrapping of the Cap'n Proto library"
-HOMEPAGE="http://jparyani.github.io/pycapnp/ 
https://github.com/capnproto/pycapnp;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
-IUSE=""
-
-RDEPEND=">=dev-libs/capnproto-0.6:="
-DEPEND="${RDEPEND}
-   dev-python/cython[${PYTHON_USEDEP}]
-"
-
-src_prepare() {
-   distutils-r1_src_prepare
-   # regen cython files
-   rm -f capnp/lib/capnp.cpp || die
-}

diff --git a/dev-python/pycapnp/pycapnp-0.6.3.ebuild 
b/dev-python/pycapnp/pycapnp-0.6.3.ebuild
deleted file mode 100644
index 852c846d5ab..000
--- a/dev-python/pycapnp/pycapnp-0.6.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python wrapping of the Cap'n Proto library"
-HOMEPAGE="http://jparyani.github.io/pycapnp/ 
https://github.com/capnproto/pycapnp;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
-IUSE=""
-
-RDEPEND=">=dev-libs/capnproto-0.6:="
-DEPEND="${RDEPEND}
-   dev-python/cython[${PYTHON_USEDEP}]
-"
-
-src_prepare() {
-   distutils-r1_src_prepare
-   # regen cython files
-   rm -f capnp/lib/capnp.cpp || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/files/, dev-python/pycapnp/

2019-02-12 Thread Alexis Ballier
commit: 27fdf43791edbcbbbf6b762792a3d98efd5aad31
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Feb 12 12:57:49 2019 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Feb 12 13:19:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27fdf437

dev-python/pycapnp: bump to 0.6.4

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-python/pycapnp/Manifest |  1 +
 dev-python/pycapnp/files/sdist.patch| 13 
 dev-python/pycapnp/pycapnp-0.6.4.ebuild | 36 +
 3 files changed, 50 insertions(+)

diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
index 98a2a3e473b..f7e449dd8a6 100644
--- a/dev-python/pycapnp/Manifest
+++ b/dev-python/pycapnp/Manifest
@@ -1,2 +1,3 @@
 DIST pycapnp-0.6.2.tar.gz 455092 BLAKE2B 
5cdffde0a88398328f6e6908caf4ea2c3626a4a4d47100973a2bb3ae0e10406734354e40afe60f7d4861c79534e05bee6aeecfee4ffeca50ef7e24101ca4a08d
 SHA512 
6656ce4a67e38fc301fb4dd7e80daea3a7551e01589b11c8fd7aea0d4af7638387fecd712c968f549ff596bf64caca6bdf7add20fbd14396a92e49ac3ce47188
 DIST pycapnp-0.6.3.tar.gz 455075 BLAKE2B 
ad4ccb7e4c83ed686a419ac97652b50853e4377a4d59579fd276b89c60c7f2a0235c73da711288ca4843c5277925dedab8bd4ddaa4d84e8615d9aeed325521fe
 SHA512 
e125af41d46ca32f94cf548b778f554587074ee59993f4a5bf243b66650976c2c219ca572094daa51f3718272dd9e3529e27bda85dc52d2a644ead8e16b6e02c
+DIST pycapnp-0.6.4.tar.gz 531404 BLAKE2B 
035e0f37292275af8d5e292cb98f85f3d40ffe6284c0defecdb6d0c79afac97e4570e0042c0be6716a992ab904b844c9f046c5795b97cd8b7dd7625af1b2b219
 SHA512 
3f2c9d93bcf226fb39ef233b8b5fbc86af73d796986e82b897a571db5d8223fb4f65cc28a8bf4ed57b787b6e5defdca70388ac865f036daff48d6d6f93cbbfc3

diff --git a/dev-python/pycapnp/files/sdist.patch 
b/dev-python/pycapnp/files/sdist.patch
new file mode 100644
index 000..e4ef16ec569
--- /dev/null
+++ b/dev-python/pycapnp/files/sdist.patch
@@ -0,0 +1,13 @@
+Index: pycapnp-0.6.4/setup.py
+===
+--- pycapnp-0.6.4.orig/setup.py
 pycapnp-0.6.4/setup.py
+@@ -49,7 +49,7 @@ try:
+ changelog = '\nChangelog\n=\n' + changelog
+ long_description += changelog
+ except (IOError, ImportError):
+-if sys.argv[2] == 'sdist':
++if len(sys.argv) > 2 and sys.argv[2] == 'sdist':
+ raise
+ long_description = ''
+ 

diff --git a/dev-python/pycapnp/pycapnp-0.6.4.ebuild 
b/dev-python/pycapnp/pycapnp-0.6.4.ebuild
new file mode 100644
index 000..2eb401e85b8
--- /dev/null
+++ b/dev-python/pycapnp/pycapnp-0.6.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python wrapping of the Cap'n Proto library"
+HOMEPAGE="http://jparyani.github.io/pycapnp/ 
https://github.com/capnproto/pycapnp;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+IUSE=""
+
+RDEPEND=">=dev-libs/capnproto-0.6:="
+DEPEND="${RDEPEND}
+   dev-python/cython[${PYTHON_USEDEP}]
+"
+PATCHES=( "${FILESDIR}/sdist.patch" )
+
+src_prepare() {
+   distutils-r1_src_prepare
+   # regen cython files
+   rm -f capnp/lib/capnp.cpp || die
+
+   # Need c++14 for capnp 0.7
+   sed -e 's/std=c++11/std=c++14/g' \
+   -i setup.py \
+   -i buildutils/detect.py \
+   -i capnp/*/* \
+   || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/

2018-01-18 Thread Alexis Ballier
commit: 20817c46200f4e28cc68dedea3d5a6806ea54cbc
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Jan 18 11:15:05 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Jan 18 11:15:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20817c46

dev-python/pycapnp: bump to 0.6.3

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/pycapnp/Manifest |  1 +
 dev-python/pycapnp/pycapnp-0.6.3.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
index f9afe3092dd..98a2a3e473b 100644
--- a/dev-python/pycapnp/Manifest
+++ b/dev-python/pycapnp/Manifest
@@ -1 +1,2 @@
 DIST pycapnp-0.6.2.tar.gz 455092 BLAKE2B 
5cdffde0a88398328f6e6908caf4ea2c3626a4a4d47100973a2bb3ae0e10406734354e40afe60f7d4861c79534e05bee6aeecfee4ffeca50ef7e24101ca4a08d
 SHA512 
6656ce4a67e38fc301fb4dd7e80daea3a7551e01589b11c8fd7aea0d4af7638387fecd712c968f549ff596bf64caca6bdf7add20fbd14396a92e49ac3ce47188
+DIST pycapnp-0.6.3.tar.gz 455075 BLAKE2B 
ad4ccb7e4c83ed686a419ac97652b50853e4377a4d59579fd276b89c60c7f2a0235c73da711288ca4843c5277925dedab8bd4ddaa4d84e8615d9aeed325521fe
 SHA512 
e125af41d46ca32f94cf548b778f554587074ee59993f4a5bf243b66650976c2c219ca572094daa51f3718272dd9e3529e27bda85dc52d2a644ead8e16b6e02c

diff --git a/dev-python/pycapnp/pycapnp-0.6.3.ebuild 
b/dev-python/pycapnp/pycapnp-0.6.3.ebuild
new file mode 100644
index 000..d6460a75c2c
--- /dev/null
+++ b/dev-python/pycapnp/pycapnp-0.6.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python wrapping of the Cap'n Proto library"
+HOMEPAGE="http://jparyani.github.io/pycapnp/ 
https://github.com/capnproto/pycapnp;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+IUSE=""
+
+RDEPEND=">=dev-libs/capnproto-0.6:="
+DEPEND="${RDEPEND}
+   dev-python/cython[${PYTHON_USEDEP}]
+"
+
+src_prepare() {
+   distutils-r1_src_prepare
+   # regen cython files
+   rm -f capnp/lib/capnp.cpp || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/files/, dev-python/pycapnp/

2017-12-04 Thread Alexis Ballier
commit: 95cf31f2c5dbd8f47dae208a2a3906ae97cb5283
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  4 21:58:52 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  4 22:01:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95cf31f2

dev-python/pycapnp: Remove old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-python/pycapnp/Manifest |  3 +--
 dev-python/pycapnp/files/capn06.patch   | 29 
 dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild | 30 -
 3 files changed, 1 insertion(+), 61 deletions(-)

diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
index d79e005973a..c5e0150669e 100644
--- a/dev-python/pycapnp/Manifest
+++ b/dev-python/pycapnp/Manifest
@@ -1,2 +1 @@
-DIST pycapnp-0.5.12.tar.gz 454294 SHA256 
b71a0e71512796e993a5724457d77f36ea21528cf1ca59fc6c7036c8cf61dea3 SHA512 
c4344aa30a8b3b0ad7c28c2fe151e7d3c2866910c10a4b96881e5ecf352bc8331dfeff4e0ea8d50cb680eb3013b53ebd4a6dcfb07491cc5292329d9a26c80e29
 WHIRLPOOL 
ef36bcb90f5c7b2175706a11a2f59df3b31a578f7bb61c4480af7c14d2b39721520a1a61484e4365a8dcc9880d02f237d2427ac0282b4371c7da7b656310d594
-DIST pycapnp-0.6.1.tar.gz 454873 SHA256 
ea60837533307849e98bb3494555cea28a52ea0c301cfdf32bce661931940696 SHA512 
a1bf209626effa9970da3b6492bf4b2b73585ef0f3ac0c8e8634071fe74631dae09a94671dd835d3c7934d697c25631b0d8227b3b23150609476e7c699efbfc9
 WHIRLPOOL 
0aafef6db12d39d16816d19c730015736e6e9440a1f4ae383ba0d7cfbe608f034fb65c84103feaff0231160e448dbd224bae0c7c3682e99293314cf6dcb880c1
+DIST pycapnp-0.6.1.tar.gz 454873 BLAKE2B 
5b8eeb90a371ccafed7dbeee9a44b1f4ee1173daeeac139a67c4e97484df689a581ebb2c5783dd4657964bc83fdcb02c67231a350b149cafc77d348ee4218247
 SHA512 
a1bf209626effa9970da3b6492bf4b2b73585ef0f3ac0c8e8634071fe74631dae09a94671dd835d3c7934d697c25631b0d8227b3b23150609476e7c699efbfc9

diff --git a/dev-python/pycapnp/files/capn06.patch 
b/dev-python/pycapnp/files/capn06.patch
deleted file mode 100644
index e1c1709fe8c..000
--- a/dev-python/pycapnp/files/capn06.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Index: pycapnp-0.5.12/capnp/includes/capnp_cpp.pxd
-===
 pycapnp-0.5.12.orig/capnp/includes/capnp_cpp.pxd
-+++ pycapnp-0.5.12/capnp/includes/capnp_cpp.pxd
-@@ -100,8 +100,10 @@ cdef extern from "kj/array.h" namespace
- ctypedef Promise[PyArray] PyPromiseArray
- 
- cdef extern from "kj/time.h" namespace " ::kj":
-+cdef cppclass Unsafe_:
-+Unsafe_()
- cdef cppclass Duration:
--Duration(int64_t)
-+Duration(int64_t, Unsafe_)
- # cdef cppclass TimePoint:
- # TimePoint(Duration)
- cdef cppclass Timer:
-Index: pycapnp-0.5.12/capnp/lib/capnp.pyx
-===
 pycapnp-0.5.12.orig/capnp/lib/capnp.pyx
-+++ pycapnp-0.5.12/capnp/lib/capnp.pyx
-@@ -1688,7 +1688,7 @@ cdef class _Timer:
- return self
- 
- cpdef after_delay(self, time) except +reraise_kj_exception:
--return 
_VoidPromise()._init(self.thisptr.afterDelay(capnp.Duration(time)))
-+return 
_VoidPromise()._init(self.thisptr.afterDelay(capnp.Duration(time, 
capnp.Unsafe_(
- 
- def getTimer():
- return 
_Timer()._init(helpers.getTimer(C_DEFAULT_EVENT_LOOP_GETTER().thisptr))

diff --git a/dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild 
b/dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild
deleted file mode 100644
index 1c45ebd80c3..000
--- a/dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python wrapping of the Cap'n Proto library"
-HOMEPAGE="http://jparyani.github.io/pycapnp/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
-IUSE=""
-
-RDEPEND=">=dev-libs/capnproto-0.6:="
-DEPEND="${RDEPEND}
-   dev-python/cython[${PYTHON_USEDEP}]
-"
-
-PATCHES=( "${FILESDIR}/capn06.patch" )
-
-src_prepare() {
-   distutils-r1_src_prepare
-   # regen cython files
-   rm -f capnp/lib/capnp.cpp || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/

2017-12-04 Thread Alexis Ballier
commit: 742105ac2d0b72ff30878da08c0401f29e7046cb
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  4 22:01:24 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  4 22:01:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=742105ac

dev-python/pycapnp: bump to 0.6.2

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-python/pycapnp/Manifest |  1 +
 dev-python/pycapnp/pycapnp-0.6.2.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
index c5e0150669e..c3df1cbe601 100644
--- a/dev-python/pycapnp/Manifest
+++ b/dev-python/pycapnp/Manifest
@@ -1 +1,2 @@
 DIST pycapnp-0.6.1.tar.gz 454873 BLAKE2B 
5b8eeb90a371ccafed7dbeee9a44b1f4ee1173daeeac139a67c4e97484df689a581ebb2c5783dd4657964bc83fdcb02c67231a350b149cafc77d348ee4218247
 SHA512 
a1bf209626effa9970da3b6492bf4b2b73585ef0f3ac0c8e8634071fe74631dae09a94671dd835d3c7934d697c25631b0d8227b3b23150609476e7c699efbfc9
+DIST pycapnp-0.6.2.tar.gz 455092 BLAKE2B 
5cdffde0a88398328f6e6908caf4ea2c3626a4a4d47100973a2bb3ae0e10406734354e40afe60f7d4861c79534e05bee6aeecfee4ffeca50ef7e24101ca4a08d
 SHA512 
6656ce4a67e38fc301fb4dd7e80daea3a7551e01589b11c8fd7aea0d4af7638387fecd712c968f549ff596bf64caca6bdf7add20fbd14396a92e49ac3ce47188

diff --git a/dev-python/pycapnp/pycapnp-0.6.2.ebuild 
b/dev-python/pycapnp/pycapnp-0.6.2.ebuild
new file mode 100644
index 000..8147a636202
--- /dev/null
+++ b/dev-python/pycapnp/pycapnp-0.6.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python wrapping of the Cap'n Proto library"
+HOMEPAGE="http://jparyani.github.io/pycapnp/ 
https://github.com/capnproto/pycapnp;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+IUSE=""
+
+RDEPEND=">=dev-libs/capnproto-0.6:="
+DEPEND="${RDEPEND}
+   dev-python/cython[${PYTHON_USEDEP}]
+"
+
+src_prepare() {
+   distutils-r1_src_prepare
+   # regen cython files
+   rm -f capnp/lib/capnp.cpp || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/

2017-08-01 Thread Alexis Ballier
commit: c762b56501276436455ba24b128e785201be353e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Aug  1 12:01:23 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Aug  1 12:01:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c762b565

dev-python/pycapnp: bump to 0.6.1

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/pycapnp/Manifest |  1 +
 dev-python/pycapnp/pycapnp-0.6.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
index 95733fddc09..d79e005973a 100644
--- a/dev-python/pycapnp/Manifest
+++ b/dev-python/pycapnp/Manifest
@@ -1 +1,2 @@
 DIST pycapnp-0.5.12.tar.gz 454294 SHA256 
b71a0e71512796e993a5724457d77f36ea21528cf1ca59fc6c7036c8cf61dea3 SHA512 
c4344aa30a8b3b0ad7c28c2fe151e7d3c2866910c10a4b96881e5ecf352bc8331dfeff4e0ea8d50cb680eb3013b53ebd4a6dcfb07491cc5292329d9a26c80e29
 WHIRLPOOL 
ef36bcb90f5c7b2175706a11a2f59df3b31a578f7bb61c4480af7c14d2b39721520a1a61484e4365a8dcc9880d02f237d2427ac0282b4371c7da7b656310d594
+DIST pycapnp-0.6.1.tar.gz 454873 SHA256 
ea60837533307849e98bb3494555cea28a52ea0c301cfdf32bce661931940696 SHA512 
a1bf209626effa9970da3b6492bf4b2b73585ef0f3ac0c8e8634071fe74631dae09a94671dd835d3c7934d697c25631b0d8227b3b23150609476e7c699efbfc9
 WHIRLPOOL 
0aafef6db12d39d16816d19c730015736e6e9440a1f4ae383ba0d7cfbe608f034fb65c84103feaff0231160e448dbd224bae0c7c3682e99293314cf6dcb880c1

diff --git a/dev-python/pycapnp/pycapnp-0.6.1.ebuild 
b/dev-python/pycapnp/pycapnp-0.6.1.ebuild
new file mode 100644
index 000..dcc5d83d6f4
--- /dev/null
+++ b/dev-python/pycapnp/pycapnp-0.6.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python wrapping of the Cap'n Proto library"
+HOMEPAGE="http://jparyani.github.io/pycapnp/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+IUSE=""
+
+RDEPEND=">=dev-libs/capnproto-0.6:="
+DEPEND="${RDEPEND}
+   dev-python/cython[${PYTHON_USEDEP}]
+"
+
+src_prepare() {
+   distutils-r1_src_prepare
+   # regen cython files
+   rm -f capnp/lib/capnp.cpp || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/

2017-06-15 Thread Alexis Ballier
commit: 545c6e4cd5f6a4d8e1c8b451560ebe6f6fa023b3
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Jun 15 12:40:45 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Jun 15 12:43:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545c6e4c

dev-python/pycapnp: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild 
b/dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild
index 17dcbdd0578..b1b63fb74d5 100644
--- a/dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild
+++ b/dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64"
 IUSE=""
 
 RDEPEND=">=dev-libs/capnproto-0.6:="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/

2017-06-15 Thread Alexis Ballier
commit: ec502c3d7b329ecefc9794c74c7dcbf491345ee2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Jun 15 12:43:11 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Jun 15 12:43:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec502c3d

dev-python/pycapnp: add py36

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild 
b/dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild
index b1b63fb74d5..1c45ebd80c3 100644
--- a/dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild
+++ b/dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/, dev-python/pycapnp/files/

2017-05-24 Thread Alexis Ballier
commit: 98ccc7d063db5a65915d994c9a2683c9e76493be
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed May 24 11:05:08 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed May 24 11:07:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ccc7d0

dev-python/pycapnp: Fix build with capnproto 0.6

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/pycapnp/files/capn06.patch| 29 +
 dev-python/pycapnp/pycapnp-0.5.12.ebuild |  8 
 2 files changed, 37 insertions(+)

diff --git a/dev-python/pycapnp/files/capn06.patch 
b/dev-python/pycapnp/files/capn06.patch
new file mode 100644
index 000..e1c1709fe8c
--- /dev/null
+++ b/dev-python/pycapnp/files/capn06.patch
@@ -0,0 +1,29 @@
+Index: pycapnp-0.5.12/capnp/includes/capnp_cpp.pxd
+===
+--- pycapnp-0.5.12.orig/capnp/includes/capnp_cpp.pxd
 pycapnp-0.5.12/capnp/includes/capnp_cpp.pxd
+@@ -100,8 +100,10 @@ cdef extern from "kj/array.h" namespace
+ ctypedef Promise[PyArray] PyPromiseArray
+ 
+ cdef extern from "kj/time.h" namespace " ::kj":
++cdef cppclass Unsafe_:
++Unsafe_()
+ cdef cppclass Duration:
+-Duration(int64_t)
++Duration(int64_t, Unsafe_)
+ # cdef cppclass TimePoint:
+ # TimePoint(Duration)
+ cdef cppclass Timer:
+Index: pycapnp-0.5.12/capnp/lib/capnp.pyx
+===
+--- pycapnp-0.5.12.orig/capnp/lib/capnp.pyx
 pycapnp-0.5.12/capnp/lib/capnp.pyx
+@@ -1688,7 +1688,7 @@ cdef class _Timer:
+ return self
+ 
+ cpdef after_delay(self, time) except +reraise_kj_exception:
+-return 
_VoidPromise()._init(self.thisptr.afterDelay(capnp.Duration(time)))
++return 
_VoidPromise()._init(self.thisptr.afterDelay(capnp.Duration(time, 
capnp.Unsafe_(
+ 
+ def getTimer():
+ return 
_Timer()._init(helpers.getTimer(C_DEFAULT_EVENT_LOOP_GETTER().thisptr))

diff --git a/dev-python/pycapnp/pycapnp-0.5.12.ebuild 
b/dev-python/pycapnp/pycapnp-0.5.12.ebuild
index 95802eec8db..4fb238062a9 100644
--- a/dev-python/pycapnp/pycapnp-0.5.12.ebuild
+++ b/dev-python/pycapnp/pycapnp-0.5.12.ebuild
@@ -20,3 +20,11 @@ RDEPEND="dev-libs/capnproto"
 DEPEND="${RDEPEND}
dev-python/cython[${PYTHON_USEDEP}]
 "
+
+PATCHES=( "${FILESDIR}/capn06.patch" )
+
+src_prepare() {
+   distutils-r1_src_prepare
+   # regen cython files
+   rm -f capnp/lib/capnp.cpp || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/

2017-05-24 Thread Alexis Ballier
commit: 9dce89aad3a0bd3b7476f5a3cabed02a613ccf89
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed May 24 11:05:41 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed May 24 11:07:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dce89aa

dev-python/pycapnp: Revbump to add := dep on capnproto

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/pycapnp/{pycapnp-0.5.12.ebuild => pycapnp-0.5.12-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycapnp/pycapnp-0.5.12.ebuild 
b/dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild
similarity index 94%
rename from dev-python/pycapnp/pycapnp-0.5.12.ebuild
rename to dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild
index 4fb238062a9..303433b71a7 100644
--- a/dev-python/pycapnp/pycapnp-0.5.12.ebuild
+++ b/dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm"
 IUSE=""
 
-RDEPEND="dev-libs/capnproto"
+RDEPEND="dev-libs/capnproto:="
 DEPEND="${RDEPEND}
dev-python/cython[${PYTHON_USEDEP}]
 "



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/

2017-05-24 Thread Alexis Ballier
commit: 74521eeb126bee8b29f5779ded5f60be939a1e8c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed May 24 11:06:09 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed May 24 11:07:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74521eeb

dev-python/pycapnp: bump capnp dep

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild 
b/dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild
index 303433b71a7..17dcbdd0578 100644
--- a/dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild
+++ b/dev-python/pycapnp/pycapnp-0.5.12-r1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm"
 IUSE=""
 
-RDEPEND="dev-libs/capnproto:="
+RDEPEND=">=dev-libs/capnproto-0.6:="
 DEPEND="${RDEPEND}
dev-python/cython[${PYTHON_USEDEP}]
 "



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/

2017-05-02 Thread Michał Górny
commit: 9449d98b0d1ca4b4a62eb88169c9c45ef01099f8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 11:15:41 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  2 11:58:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9449d98b

dev-python/pycapnp: Clean old versions up

 dev-python/pycapnp/Manifest|  3 ---
 dev-python/pycapnp/pycapnp-0.5.10.ebuild   | 22 --
 dev-python/pycapnp/pycapnp-0.5.11.ebuild   | 22 --
 dev-python/pycapnp/pycapnp-0.5.9-r1.ebuild | 22 --
 4 files changed, 69 deletions(-)

diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
index 337dba9714b..95733fddc09 100644
--- a/dev-python/pycapnp/Manifest
+++ b/dev-python/pycapnp/Manifest
@@ -1,4 +1 @@
-DIST pycapnp-0.5.10.tar.gz 461742 SHA256 
59f9181091e7030776e434db216373297db41e16eb257fe450102bd29745459f SHA512 
a892fde4544e4506d76bceaff7b186dbb89ce4593269857697b7a0c70c5df02eabf8e5c831604a2803c60b1a21b4c5387b286c1d600f7ec2d66bb3d99e8ce58d
 WHIRLPOOL 
b210947ea60a3640a1792a6c5df80bd4d94dcb23937f09d26cc95d91439135e1b7efc77150d9305571d0b4a7c7fad226ce31653f7cdb188fd007716ba74438e2
-DIST pycapnp-0.5.11.tar.gz 454249 SHA256 
fa245837b3098d1de6cf08671e4bfbed294fde86cdd40a4eae6c264b30367023 SHA512 
cf7cf41978db5cd79c2ef40bfcede8a98a490c8a03a19514c03526ff80b1463158d9faacc4d7af6dc55ac1e5d32174ff1818b49f8f7c1430835c8b6b795ef11f
 WHIRLPOOL 
7d9972a628eefbb740b7a9f519cdfead638bbb84056520dc8a95f1a17e4d5272feb118266cc114d9cfc43d819e6b2f2796be1d0c7fe13fb3b394e2a2fc64aa97
 DIST pycapnp-0.5.12.tar.gz 454294 SHA256 
b71a0e71512796e993a5724457d77f36ea21528cf1ca59fc6c7036c8cf61dea3 SHA512 
c4344aa30a8b3b0ad7c28c2fe151e7d3c2866910c10a4b96881e5ecf352bc8331dfeff4e0ea8d50cb680eb3013b53ebd4a6dcfb07491cc5292329d9a26c80e29
 WHIRLPOOL 
ef36bcb90f5c7b2175706a11a2f59df3b31a578f7bb61c4480af7c14d2b39721520a1a61484e4365a8dcc9880d02f237d2427ac0282b4371c7da7b656310d594
-DIST pycapnp-0.5.9.tar.gz 455156 SHA256 
18dc9fb57928d2cb4d0387fc679d99e42ff08251539f2cadd86365f9768c874e SHA512 
742e5ef0c4b8b9dea04a056004011494d2d719364fd6ecdd387f8929cbe85d98c9bdd16e0d79b15a3ebe783bf0906882c978e6b037b4aec92a35acf971c3b508
 WHIRLPOOL 
cbd8305b4171c83a5224b70d3f268bd98970c3bb9559aa6516914a6c677100a3fab940fd13cb2b0c2d23a57d699de11689945349a8b5313f261c37448aeec9d7

diff --git a/dev-python/pycapnp/pycapnp-0.5.10.ebuild 
b/dev-python/pycapnp/pycapnp-0.5.10.ebuild
deleted file mode 100644
index 919c4942ff5..000
--- a/dev-python/pycapnp/pycapnp-0.5.10.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python wrapping of the Cap'n Proto library"
-HOMEPAGE="http://jparyani.github.io/pycapnp/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-RDEPEND="dev-libs/capnproto"
-DEPEND="${RDEPEND}
-   dev-python/cython[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/pycapnp/pycapnp-0.5.11.ebuild 
b/dev-python/pycapnp/pycapnp-0.5.11.ebuild
deleted file mode 100644
index 95802eec8db..000
--- a/dev-python/pycapnp/pycapnp-0.5.11.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python wrapping of the Cap'n Proto library"
-HOMEPAGE="http://jparyani.github.io/pycapnp/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-RDEPEND="dev-libs/capnproto"
-DEPEND="${RDEPEND}
-   dev-python/cython[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/pycapnp/pycapnp-0.5.9-r1.ebuild 
b/dev-python/pycapnp/pycapnp-0.5.9-r1.ebuild
deleted file mode 100644
index 919c4942ff5..000
--- a/dev-python/pycapnp/pycapnp-0.5.9-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python wrapping of the Cap'n Proto library"
-HOMEPAGE="http://jparyani.github.io/pycapnp/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-RDEPEND="dev-libs/capnproto"
-DEPEND="${RDEPEND}
-   dev-python/cython[${PYTHON_USEDEP}]
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/

2017-04-12 Thread Alexis Ballier
commit: 8452d00856210e582ab72f54431b7006a2f442cf
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Apr 12 15:23:29 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Apr 12 19:20:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8452d008

dev-python/pycapnp: Bump to 0.5.11

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pycapnp/Manifest  |  1 +
 dev-python/pycapnp/pycapnp-0.5.11.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
index 965dafd..84bd15e5a12 100644
--- a/dev-python/pycapnp/Manifest
+++ b/dev-python/pycapnp/Manifest
@@ -1,2 +1,3 @@
 DIST pycapnp-0.5.10.tar.gz 461742 SHA256 
59f9181091e7030776e434db216373297db41e16eb257fe450102bd29745459f SHA512 
a892fde4544e4506d76bceaff7b186dbb89ce4593269857697b7a0c70c5df02eabf8e5c831604a2803c60b1a21b4c5387b286c1d600f7ec2d66bb3d99e8ce58d
 WHIRLPOOL 
b210947ea60a3640a1792a6c5df80bd4d94dcb23937f09d26cc95d91439135e1b7efc77150d9305571d0b4a7c7fad226ce31653f7cdb188fd007716ba74438e2
+DIST pycapnp-0.5.11.tar.gz 454249 SHA256 
fa245837b3098d1de6cf08671e4bfbed294fde86cdd40a4eae6c264b30367023 SHA512 
cf7cf41978db5cd79c2ef40bfcede8a98a490c8a03a19514c03526ff80b1463158d9faacc4d7af6dc55ac1e5d32174ff1818b49f8f7c1430835c8b6b795ef11f
 WHIRLPOOL 
7d9972a628eefbb740b7a9f519cdfead638bbb84056520dc8a95f1a17e4d5272feb118266cc114d9cfc43d819e6b2f2796be1d0c7fe13fb3b394e2a2fc64aa97
 DIST pycapnp-0.5.9.tar.gz 455156 SHA256 
18dc9fb57928d2cb4d0387fc679d99e42ff08251539f2cadd86365f9768c874e SHA512 
742e5ef0c4b8b9dea04a056004011494d2d719364fd6ecdd387f8929cbe85d98c9bdd16e0d79b15a3ebe783bf0906882c978e6b037b4aec92a35acf971c3b508
 WHIRLPOOL 
cbd8305b4171c83a5224b70d3f268bd98970c3bb9559aa6516914a6c677100a3fab940fd13cb2b0c2d23a57d699de11689945349a8b5313f261c37448aeec9d7

diff --git a/dev-python/pycapnp/pycapnp-0.5.11.ebuild 
b/dev-python/pycapnp/pycapnp-0.5.11.ebuild
new file mode 100644
index 000..95802eec8db
--- /dev/null
+++ b/dev-python/pycapnp/pycapnp-0.5.11.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python wrapping of the Cap'n Proto library"
+HOMEPAGE="http://jparyani.github.io/pycapnp/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+IUSE=""
+
+RDEPEND="dev-libs/capnproto"
+DEPEND="${RDEPEND}
+   dev-python/cython[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/

2016-12-01 Thread Alexis Ballier
commit: 7346c9191a04e3378fa107030d1cc84fca01a270
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec  1 13:36:53 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec  1 13:40:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7346c919

dev-python/pycapnp: bump to 0.5.10

Package-Manager: portage-2.3.2

 dev-python/pycapnp/Manifest  |  1 +
 dev-python/pycapnp/pycapnp-0.5.10.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
index b65c14e..965 100644
--- a/dev-python/pycapnp/Manifest
+++ b/dev-python/pycapnp/Manifest
@@ -1 +1,2 @@
+DIST pycapnp-0.5.10.tar.gz 461742 SHA256 
59f9181091e7030776e434db216373297db41e16eb257fe450102bd29745459f SHA512 
a892fde4544e4506d76bceaff7b186dbb89ce4593269857697b7a0c70c5df02eabf8e5c831604a2803c60b1a21b4c5387b286c1d600f7ec2d66bb3d99e8ce58d
 WHIRLPOOL 
b210947ea60a3640a1792a6c5df80bd4d94dcb23937f09d26cc95d91439135e1b7efc77150d9305571d0b4a7c7fad226ce31653f7cdb188fd007716ba74438e2
 DIST pycapnp-0.5.9.tar.gz 455156 SHA256 
18dc9fb57928d2cb4d0387fc679d99e42ff08251539f2cadd86365f9768c874e SHA512 
742e5ef0c4b8b9dea04a056004011494d2d719364fd6ecdd387f8929cbe85d98c9bdd16e0d79b15a3ebe783bf0906882c978e6b037b4aec92a35acf971c3b508
 WHIRLPOOL 
cbd8305b4171c83a5224b70d3f268bd98970c3bb9559aa6516914a6c677100a3fab940fd13cb2b0c2d23a57d699de11689945349a8b5313f261c37448aeec9d7

diff --git a/dev-python/pycapnp/pycapnp-0.5.10.ebuild 
b/dev-python/pycapnp/pycapnp-0.5.10.ebuild
new file mode 100644
index ..822d437
--- /dev/null
+++ b/dev-python/pycapnp/pycapnp-0.5.10.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python wrapping of the Cap'n Proto library"
+HOMEPAGE="http://jparyani.github.io/pycapnp/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+IUSE=""
+
+RDEPEND="dev-libs/capnproto"
+DEPEND="${RDEPEND}
+   dev-python/cython[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/

2016-08-02 Thread Alexis Ballier
commit: 4adef92345d3adfa85d162528f034cda47490426
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Aug  2 08:23:11 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Aug  2 08:23:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4adef923

dev-python/pycapnp: keyword ~arm

Package-Manager: portage-2.3.0

 dev-python/pycapnp/pycapnp-0.5.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycapnp/pycapnp-0.5.9-r1.ebuild 
b/dev-python/pycapnp/pycapnp-0.5.9-r1.ebuild
index 974ec64..822d437 100644
--- a/dev-python/pycapnp/pycapnp-0.5.9-r1.ebuild
+++ b/dev-python/pycapnp/pycapnp-0.5.9-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 IUSE=""
 
 RDEPEND="dev-libs/capnproto"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/

2016-08-01 Thread Alexis Ballier
commit: 3e99527d5d07ce8ec51d73ca3cb8651163744f28
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Aug  1 15:21:37 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Aug  1 15:21:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e99527d

dev-python/pycapnp: cython is not needed at runtime

Package-Manager: portage-2.3.0

 dev-python/pycapnp/{pycapnp-0.5.9.ebuild => pycapnp-0.5.9-r1.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/pycapnp/pycapnp-0.5.9.ebuild 
b/dev-python/pycapnp/pycapnp-0.5.9-r1.ebuild
similarity index 89%
rename from dev-python/pycapnp/pycapnp-0.5.9.ebuild
rename to dev-python/pycapnp/pycapnp-0.5.9-r1.ebuild
index 86830e5..974ec64 100644
--- a/dev-python/pycapnp/pycapnp-0.5.9.ebuild
+++ b/dev-python/pycapnp/pycapnp-0.5.9-r1.ebuild
@@ -17,8 +17,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND="
-   dev-libs/capnproto
+RDEPEND="dev-libs/capnproto"
+DEPEND="${RDEPEND}
dev-python/cython[${PYTHON_USEDEP}]
 "
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/

2016-08-01 Thread Alexis Ballier
commit: d6406e10f75cef158eb75a2258517267bc95b031
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Aug  1 15:15:43 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Aug  1 15:16:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6406e10

dev-python/pycapnp: remove old

Package-Manager: portage-2.3.0

 dev-python/pycapnp/Manifest |  2 --
 dev-python/pycapnp/pycapnp-0.5.7.ebuild | 24 
 dev-python/pycapnp/pycapnp-0.5.8.ebuild | 24 
 3 files changed, 50 deletions(-)

diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
index 31a3cc1..b65c14e 100644
--- a/dev-python/pycapnp/Manifest
+++ b/dev-python/pycapnp/Manifest
@@ -1,3 +1 @@
-DIST pycapnp-0.5.7.tar.gz 433772 SHA256 
28e2335f8b50f07f853e108038b33ccf2cbf356822f37582dc8e84f9535a1446 SHA512 
fe61e49a7d83fc81c773be5b50c58b354c9b3bde0413f931602d9b8f490a35ab0f5648e9515454e3bcfbb1687dea554a989468014eaf0920a3c0a39c06ab7f57
 WHIRLPOOL 
7c84f5b5689b8e8af2e3b7e357ab3b2c19e928fb392f0e173b56d84bfcff2e408547017debf10b68d3b67534c91a95e3881822fdb96a301a9b20c3e762ac6e56
-DIST pycapnp-0.5.8.tar.gz 449833 SHA256 
23e897649f912fbb01d5f8ca8f12dc04a0e001dfdd44def46ac63ee50c75 SHA512 
676db409dc28a80f519b6c448c5bb0b293403a850e01d21f366503b951d128973dc8b11fa3bb0ddfce018179a3b59dc2f811f4eaf0521ce3f9a7c4667d91e72d
 WHIRLPOOL 
f17ba5c140a931075b4edeb8c98cc166e8d0fbb192bfa0cd4435e4921c981b78217767804cef4414dd50cd4ac142d9d4eee517ef0a586c34f107c1246a5670c7
 DIST pycapnp-0.5.9.tar.gz 455156 SHA256 
18dc9fb57928d2cb4d0387fc679d99e42ff08251539f2cadd86365f9768c874e SHA512 
742e5ef0c4b8b9dea04a056004011494d2d719364fd6ecdd387f8929cbe85d98c9bdd16e0d79b15a3ebe783bf0906882c978e6b037b4aec92a35acf971c3b508
 WHIRLPOOL 
cbd8305b4171c83a5224b70d3f268bd98970c3bb9559aa6516914a6c677100a3fab940fd13cb2b0c2d23a57d699de11689945349a8b5313f261c37448aeec9d7

diff --git a/dev-python/pycapnp/pycapnp-0.5.7.ebuild 
b/dev-python/pycapnp/pycapnp-0.5.7.ebuild
deleted file mode 100644
index 91a7b0f..000
--- a/dev-python/pycapnp/pycapnp-0.5.7.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python wrapping of the Cap'n Proto library"
-HOMEPAGE="http://jparyani.github.io/pycapnp/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-   dev-libs/capnproto
-   dev-python/cython[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-python/pycapnp/pycapnp-0.5.8.ebuild 
b/dev-python/pycapnp/pycapnp-0.5.8.ebuild
deleted file mode 100644
index 86830e5..000
--- a/dev-python/pycapnp/pycapnp-0.5.8.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python wrapping of the Cap'n Proto library"
-HOMEPAGE="http://jparyani.github.io/pycapnp/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-   dev-libs/capnproto
-   dev-python/cython[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/

2016-07-11 Thread Alexis Ballier
commit: 6c2c530cef4c6a0a769136291da10133588a12b8
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jul 11 07:52:28 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jul 11 07:58:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2c530c

dev-python/pycapnp: bump to 0.5.9

Package-Manager: portage-2.3.0

 dev-python/pycapnp/Manifest |  1 +
 dev-python/pycapnp/pycapnp-0.5.9.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
index 63f2ef3..31a3cc1 100644
--- a/dev-python/pycapnp/Manifest
+++ b/dev-python/pycapnp/Manifest
@@ -1,2 +1,3 @@
 DIST pycapnp-0.5.7.tar.gz 433772 SHA256 
28e2335f8b50f07f853e108038b33ccf2cbf356822f37582dc8e84f9535a1446 SHA512 
fe61e49a7d83fc81c773be5b50c58b354c9b3bde0413f931602d9b8f490a35ab0f5648e9515454e3bcfbb1687dea554a989468014eaf0920a3c0a39c06ab7f57
 WHIRLPOOL 
7c84f5b5689b8e8af2e3b7e357ab3b2c19e928fb392f0e173b56d84bfcff2e408547017debf10b68d3b67534c91a95e3881822fdb96a301a9b20c3e762ac6e56
 DIST pycapnp-0.5.8.tar.gz 449833 SHA256 
23e897649f912fbb01d5f8ca8f12dc04a0e001dfdd44def46ac63ee50c75 SHA512 
676db409dc28a80f519b6c448c5bb0b293403a850e01d21f366503b951d128973dc8b11fa3bb0ddfce018179a3b59dc2f811f4eaf0521ce3f9a7c4667d91e72d
 WHIRLPOOL 
f17ba5c140a931075b4edeb8c98cc166e8d0fbb192bfa0cd4435e4921c981b78217767804cef4414dd50cd4ac142d9d4eee517ef0a586c34f107c1246a5670c7
+DIST pycapnp-0.5.9.tar.gz 455156 SHA256 
18dc9fb57928d2cb4d0387fc679d99e42ff08251539f2cadd86365f9768c874e SHA512 
742e5ef0c4b8b9dea04a056004011494d2d719364fd6ecdd387f8929cbe85d98c9bdd16e0d79b15a3ebe783bf0906882c978e6b037b4aec92a35acf971c3b508
 WHIRLPOOL 
cbd8305b4171c83a5224b70d3f268bd98970c3bb9559aa6516914a6c677100a3fab940fd13cb2b0c2d23a57d699de11689945349a8b5313f261c37448aeec9d7

diff --git a/dev-python/pycapnp/pycapnp-0.5.9.ebuild 
b/dev-python/pycapnp/pycapnp-0.5.9.ebuild
new file mode 100644
index 000..86830e5
--- /dev/null
+++ b/dev-python/pycapnp/pycapnp-0.5.9.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python wrapping of the Cap'n Proto library"
+HOMEPAGE="http://jparyani.github.io/pycapnp/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   dev-libs/capnproto
+   dev-python/cython[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/

2016-06-08 Thread Alexis Ballier
commit: 8c54f0bf06c98bee5f6f8c21e1ad44b88cf0f008
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jun  8 09:42:58 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jun  8 09:43:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c54f0bf

dev-python/pycapnp: bump to 0.5.8

Package-Manager: portage-2.3.0_rc1

 dev-python/pycapnp/Manifest |  1 +
 dev-python/pycapnp/pycapnp-0.5.8.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
index 7b1e017..63f2ef3 100644
--- a/dev-python/pycapnp/Manifest
+++ b/dev-python/pycapnp/Manifest
@@ -1 +1,2 @@
 DIST pycapnp-0.5.7.tar.gz 433772 SHA256 
28e2335f8b50f07f853e108038b33ccf2cbf356822f37582dc8e84f9535a1446 SHA512 
fe61e49a7d83fc81c773be5b50c58b354c9b3bde0413f931602d9b8f490a35ab0f5648e9515454e3bcfbb1687dea554a989468014eaf0920a3c0a39c06ab7f57
 WHIRLPOOL 
7c84f5b5689b8e8af2e3b7e357ab3b2c19e928fb392f0e173b56d84bfcff2e408547017debf10b68d3b67534c91a95e3881822fdb96a301a9b20c3e762ac6e56
+DIST pycapnp-0.5.8.tar.gz 449833 SHA256 
23e897649f912fbb01d5f8ca8f12dc04a0e001dfdd44def46ac63ee50c75 SHA512 
676db409dc28a80f519b6c448c5bb0b293403a850e01d21f366503b951d128973dc8b11fa3bb0ddfce018179a3b59dc2f811f4eaf0521ce3f9a7c4667d91e72d
 WHIRLPOOL 
f17ba5c140a931075b4edeb8c98cc166e8d0fbb192bfa0cd4435e4921c981b78217767804cef4414dd50cd4ac142d9d4eee517ef0a586c34f107c1246a5670c7

diff --git a/dev-python/pycapnp/pycapnp-0.5.8.ebuild 
b/dev-python/pycapnp/pycapnp-0.5.8.ebuild
new file mode 100644
index 000..86830e5
--- /dev/null
+++ b/dev-python/pycapnp/pycapnp-0.5.8.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python wrapping of the Cap'n Proto library"
+HOMEPAGE="http://jparyani.github.io/pycapnp/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   dev-libs/capnproto
+   dev-python/cython[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/

2015-11-26 Thread Alexis Ballier
commit: 3e71959ea8d7961b4fe3500d86113d051b983866
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Nov 26 19:30:17 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Nov 26 19:30:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e71959e

dev-python/pycapnp: initial import. ebuild by me.

Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-python/pycapnp/Manifest |  1 +
 dev-python/pycapnp/metadata.xml | 10 ++
 dev-python/pycapnp/pycapnp-0.5.7.ebuild | 24 
 3 files changed, 35 insertions(+)

diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
new file mode 100644
index 000..7b1e017
--- /dev/null
+++ b/dev-python/pycapnp/Manifest
@@ -0,0 +1 @@
+DIST pycapnp-0.5.7.tar.gz 433772 SHA256 
28e2335f8b50f07f853e108038b33ccf2cbf356822f37582dc8e84f9535a1446 SHA512 
fe61e49a7d83fc81c773be5b50c58b354c9b3bde0413f931602d9b8f490a35ab0f5648e9515454e3bcfbb1687dea554a989468014eaf0920a3c0a39c06ab7f57
 WHIRLPOOL 
7c84f5b5689b8e8af2e3b7e357ab3b2c19e928fb392f0e173b56d84bfcff2e408547017debf10b68d3b67534c91a95e3881822fdb96a301a9b20c3e762ac6e56

diff --git a/dev-python/pycapnp/metadata.xml b/dev-python/pycapnp/metadata.xml
new file mode 100644
index 000..33bbf31
--- /dev/null
+++ b/dev-python/pycapnp/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  python
+  
+aball...@gentoo.org
+Alexis Ballier
+Python team can take the package if they wish.
+  
+

diff --git a/dev-python/pycapnp/pycapnp-0.5.7.ebuild 
b/dev-python/pycapnp/pycapnp-0.5.7.ebuild
new file mode 100644
index 000..91a7b0f
--- /dev/null
+++ b/dev-python/pycapnp/pycapnp-0.5.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python wrapping of the Cap'n Proto library"
+HOMEPAGE="http://jparyani.github.io/pycapnp/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   dev-libs/capnproto
+   dev-python/cython[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"