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

2023-06-24 Thread Arthur Zamarin
commit: 3035085b322784483c86b44a83805d33882624ff
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun 24 15:38:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun 24 15:38:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3035085b

dev-python/pychm: Keyword 0.8.6-r1 arm64, #907717

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/pychm/pychm-0.8.6-r1.ebuild 
b/dev-python/pychm/pychm-0.8.6-r1.ebuild
index 5cd27a7443bd..f61fdac61dbc 100644
--- a/dev-python/pychm/pychm-0.8.6-r1.ebuild
+++ b/dev-python/pychm/pychm-0.8.6-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 
 DEPEND="
dev-libs/chmlib



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

2023-06-01 Thread Michał Górny
commit: 1fa08a55f34a787faf00f370b32bd2db0feab318
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  1 13:43:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  1 13:43:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa08a55

dev-python/pychm: Enable py3.12

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

 dev-python/pychm/pychm-0.8.6-r1.ebuild | 22 +-
 1 file changed, 17 insertions(+), 5 deletions(-)

diff --git a/dev-python/pychm/pychm-0.8.6-r1.ebuild 
b/dev-python/pychm/pychm-0.8.6-r1.ebuild
index e78d4371ba76..5cd27a7443bd 100644
--- a/dev-python/pychm/pychm-0.8.6-r1.ebuild
+++ b/dev-python/pychm/pychm-0.8.6-r1.ebuild
@@ -3,20 +3,32 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
 inherit distutils-r1
 
 DESCRIPTION="Python bindings for the chmlib library"
-HOMEPAGE="https://github.com/dottedmag/pychm;
-SRC_URI="https://github.com/dottedmag/pychm/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+HOMEPAGE="
+   https://github.com/dottedmag/pychm/
+   https://pypi.org/project/pychm/
+"
+SRC_URI="
+   https://github.com/dottedmag/pychm/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
 
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~ppc x86"
 
-RDEPEND="dev-libs/chmlib"
-DEPEND="${RDEPEND}"
+DEPEND="
+   dev-libs/chmlib
+"
+RDEPEND="
+   ${DEPEND}
+"
 
 distutils_enable_tests pytest
 



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

2022-12-10 Thread Michał Górny
commit: 97c6bd004991d2a1c332a00ea2b051a1d1a9d3b4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 10 15:48:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 10 15:48:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c6bd00

dev-python/pychm: Add GH remote-id

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

 dev-python/pychm/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pychm/metadata.xml b/dev-python/pychm/metadata.xml
index 5099d732d45c..c984fa5805bd 100644
--- a/dev-python/pychm/metadata.xml
+++ b/dev-python/pychm/metadata.xml
@@ -18,6 +18,7 @@ Chmパッケージは、C言語ライブラリChmのAPI実装とそれに幾つ


gnochm
+   dottedmag/pychm
pychm

 



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

2022-12-10 Thread Michał Górny
commit: d488fd864aecf11fa3f03d1d60c2a8add1d46b07
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 10 15:43:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 10 15:46:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d488fd86

dev-python/pychm: Remove old

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

 dev-python/pychm/pychm-0.8.6.ebuild | 29 -
 1 file changed, 29 deletions(-)

diff --git a/dev-python/pychm/pychm-0.8.6.ebuild 
b/dev-python/pychm/pychm-0.8.6.ebuild
deleted file mode 100644
index 5a33f0e58ffd..
--- a/dev-python/pychm/pychm-0.8.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for the chmlib library"
-HOMEPAGE="https://github.com/dottedmag/pychm;
-SRC_URI="https://github.com/dottedmag/pychm/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-
-RDEPEND="dev-libs/chmlib"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest
-
-src_test() {
-   # need to avoid relative import of 'chm' directory but tests rely
-   # on locating files relatively via tests/...
-   mv tests .. || die
-   cd .. || die
-   distutils-r1_src_test
-}



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

2022-11-08 Thread Andrew Ammerlaan
commit: eacde6b9cc6969fd6be86ec647d80e3e771e5184
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Nov  8 12:48:04 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Nov  8 12:52:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eacde6b9

dev-python/pychm: update EAPI 7 -> 8, pep517, enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/pychm/pychm-0.8.6-r1.ebuild | 29 +
 1 file changed, 29 insertions(+)

diff --git a/dev-python/pychm/pychm-0.8.6-r1.ebuild 
b/dev-python/pychm/pychm-0.8.6-r1.ebuild
new file mode 100644
index ..2f078383366b
--- /dev/null
+++ b/dev-python/pychm/pychm-0.8.6-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for the chmlib library"
+HOMEPAGE="https://github.com/dottedmag/pychm;
+SRC_URI="https://github.com/dottedmag/pychm/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+RDEPEND="dev-libs/chmlib"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+
+src_test() {
+   # need to avoid relative import of 'chm' directory but tests rely
+   # on locating files relatively via tests/...
+   mv tests .. || die
+   cd .. || die
+   distutils-r1_src_test
+}



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

2021-05-18 Thread Michał Górny
commit: a74bd130ce72d9cc271e631467f7cc8486b7b8ed
Author: Zamarin Arthur  gmail  com>
AuthorDate: Sat May 15 13:06:46 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 18 09:23:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74bd130

dev-python/pychm: bump to python 3.10

passes tests

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/pychm/pychm-0.8.6.ebuild 
b/dev-python/pychm/pychm-0.8.6.ebuild
index 3957210dc1f..5a33f0e58ff 100644
--- a/dev-python/pychm/pychm-0.8.6.ebuild
+++ b/dev-python/pychm/pychm-0.8.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 



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

2021-03-09 Thread Michał Górny
commit: 2030768886b1b2bdaa939e36d9790e0ca06d446e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  9 08:20:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  9 08:28:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20307688

dev-python/pychm: Fix tests

Closes: https://bugs.gentoo.org/774963
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pychm/pychm-0.8.6.ebuild | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-python/pychm/pychm-0.8.6.ebuild 
b/dev-python/pychm/pychm-0.8.6.ebuild
index 90adc71074b..3957210dc1f 100644
--- a/dev-python/pychm/pychm-0.8.6.ebuild
+++ b/dev-python/pychm/pychm-0.8.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1
 
@@ -19,3 +19,11 @@ RDEPEND="dev-libs/chmlib"
 DEPEND="${RDEPEND}"
 
 distutils_enable_tests pytest
+
+src_test() {
+   # need to avoid relative import of 'chm' directory but tests rely
+   # on locating files relatively via tests/...
+   mv tests .. || die
+   cd .. || die
+   distutils-r1_src_test
+}



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

2020-12-05 Thread Zac Medico
commit: 22271e05caa76607025e37a8f984ddf65773edb7
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Dec  6 00:46:04 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Dec  6 00:48:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22271e05

dev-python/pychm: PYTHON_COMPAT+=(python3_9)

Bug: https://bugs.gentoo.org/758629
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Zac Medico  gentoo.org>

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

diff --git a/dev-python/pychm/pychm-0.8.6.ebuild 
b/dev-python/pychm/pychm-0.8.6.ebuild
index 16499dd88a2..c3b530a605f 100644
--- a/dev-python/pychm/pychm-0.8.6.ebuild
+++ b/dev-python/pychm/pychm-0.8.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1
 



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

2020-12-04 Thread Zac Medico
commit: 809a6e7fc0a2b358adc1c58bab9d795badceea1e
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Dec  5 07:27:26 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Dec  5 07:58:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809a6e7f

dev-python/pychm: keyword ~arm

Tested on armv7a.

Bug: https://bugs.gentoo.org/758485
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Zac Medico  gentoo.org>

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

diff --git a/dev-python/pychm/pychm-0.8.6.ebuild 
b/dev-python/pychm/pychm-0.8.6.ebuild
index 7857355b68a..16499dd88a2 100644
--- a/dev-python/pychm/pychm-0.8.6.ebuild
+++ b/dev-python/pychm/pychm-0.8.6.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/dottedmag/pychm/archive/v${PV}.tar.gz -> ${P}.gh.tar
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
 
 RDEPEND="dev-libs/chmlib"
 DEPEND="${RDEPEND}"



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

2020-08-02 Thread Michał Górny
commit: 18698c5db13646f04f03536110affccfd51e137e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  2 08:35:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  2 08:36:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18698c5d

dev-python/pychm: Remove py2.7

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

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

diff --git a/dev-python/pychm/pychm-0.8.6.ebuild 
b/dev-python/pychm/pychm-0.8.6.ebuild
index 0a1ff711e51..7857355b68a 100644
--- a/dev-python/pychm/pychm-0.8.6.ebuild
+++ b/dev-python/pychm/pychm-0.8.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 



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

2020-03-28 Thread Michał Górny
commit: 03df927267efccb83f46b74471f704a204a4180d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 17:11:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 17:11:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03df9272

dev-python/pychm: Remove redundant versions

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

 dev-python/pychm/Manifest  |  2 --
 dev-python/pychm/pychm-0.8.4-r1.ebuild | 20 
 dev-python/pychm/pychm-0.8.5.ebuild| 26 --
 3 files changed, 48 deletions(-)

diff --git a/dev-python/pychm/Manifest b/dev-python/pychm/Manifest
index 6609951b341..a5d9bf0b55c 100644
--- a/dev-python/pychm/Manifest
+++ b/dev-python/pychm/Manifest
@@ -1,3 +1 @@
-DIST pychm-0.8.4.tar.gz 28803 BLAKE2B 
c6b66c83b1bd5b20280cb60636ccf2780f665fd589b107542c887fc791642f780701b84c8863883e02496c626b92552e3bbfdacd025723fccdb7947de62ada61
 SHA512 
0c0c107e59ea9f5fef97a0c2869349b5e90fc9eb7a37c35e8a929eaf764c7abe5a06a389340a912b9ba2f71172f3c94a78da016707bb201bbd07bdc3feddfe0d
-DIST pychm-0.8.5.gh.tar.gz 23539 BLAKE2B 
4671ccca56153ee493f239de46a01c9e878448f46ecb7e1a39156457562d7f7ac951007e04bd534ea26455da68607eab9b2e2266eed71a7b14c90f10387e
 SHA512 
3f6b175710880fd4e45c4407af06bec580839517727ee0f5f706747c78be727171f7f8ad2d8fa9add0065825556c3a5d48cc1a6016705f34569350c495f5710d
 DIST pychm-0.8.6.gh.tar.gz 23803 BLAKE2B 
fdf3c37eead60455fd5bde1638a010f2788074752f98c32cf4b3431b4a87b8893c23a9fa29995352b35b41f628b7026fdbfa6ff20b75e8a6efdf75fc2da3f67d
 SHA512 
cc1b254b6c58aba038171ad9db1eea3212094d7fb9386b22ada67381d702b388e6a1dde0317b5724587ee135d2695c546a7c2d65af7091dafeb394647597b0ae

diff --git a/dev-python/pychm/pychm-0.8.4-r1.ebuild 
b/dev-python/pychm/pychm-0.8.4-r1.ebuild
deleted file mode 100644
index eccfb6bb99a..000
--- a/dev-python/pychm/pychm-0.8.4-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for the chmlib library"
-HOMEPAGE="http://gnochm.sourceforge.net/pychm.html;
-SRC_URI="mirror://sourceforge/gnochm/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-DEPEND="dev-libs/chmlib"
-RDEPEND="${DEPEND}"

diff --git a/dev-python/pychm/pychm-0.8.5.ebuild 
b/dev-python/pychm/pychm-0.8.5.ebuild
deleted file mode 100644
index acb52459dc5..000
--- a/dev-python/pychm/pychm-0.8.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for the chmlib library"
-HOMEPAGE="https://github.com/dottedmag/pychm;
-SRC_URI="https://github.com/dottedmag/pychm/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-libs/chmlib"
-DEPEND="${RDEPEND}
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-   pytest -vv || die
-}



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

2020-03-25 Thread Agostino Sarubbo
commit: 2bcbecede411e8d8b55568acab3f7c4cfa6d6188
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 15:40:53 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 15:42:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bcbeced

dev-python/pychm: x86 stable wrt bug #714422

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pychm/pychm-0.8.6.ebuild 
b/dev-python/pychm/pychm-0.8.6.ebuild
index 0bb25e671c7..0a1ff711e51 100644
--- a/dev-python/pychm/pychm-0.8.6.ebuild
+++ b/dev-python/pychm/pychm-0.8.6.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/dottedmag/pychm/archive/v${PV}.tar.gz -> ${P}.gh.tar
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="dev-libs/chmlib"
 DEPEND="${RDEPEND}"



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

2020-03-25 Thread Agostino Sarubbo
commit: f84c29d1f9dea5159668b707ae663ca63f860a67
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 14:15:48 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 14:17:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84c29d1

dev-python/pychm: amd64 stable wrt bug #714422

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pychm/pychm-0.8.6.ebuild 
b/dev-python/pychm/pychm-0.8.6.ebuild
index bc39b09e76a..0bb25e671c7 100644
--- a/dev-python/pychm/pychm-0.8.6.ebuild
+++ b/dev-python/pychm/pychm-0.8.6.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/dottedmag/pychm/archive/v${PV}.tar.gz -> ${P}.gh.tar
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 RDEPEND="dev-libs/chmlib"
 DEPEND="${RDEPEND}"



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

2019-12-12 Thread Michał Górny
commit: 71f4d670cde1dd13173f61a223057b28cc23a0be
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 13 06:56:58 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 13 07:19:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f4d670

dev-python/pychm: Bump to 0.8.6

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

 dev-python/pychm/Manifest   |  1 +
 dev-python/pychm/pychm-0.8.6.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/pychm/Manifest b/dev-python/pychm/Manifest
index 99c807879f1..6609951b341 100644
--- a/dev-python/pychm/Manifest
+++ b/dev-python/pychm/Manifest
@@ -1,2 +1,3 @@
 DIST pychm-0.8.4.tar.gz 28803 BLAKE2B 
c6b66c83b1bd5b20280cb60636ccf2780f665fd589b107542c887fc791642f780701b84c8863883e02496c626b92552e3bbfdacd025723fccdb7947de62ada61
 SHA512 
0c0c107e59ea9f5fef97a0c2869349b5e90fc9eb7a37c35e8a929eaf764c7abe5a06a389340a912b9ba2f71172f3c94a78da016707bb201bbd07bdc3feddfe0d
 DIST pychm-0.8.5.gh.tar.gz 23539 BLAKE2B 
4671ccca56153ee493f239de46a01c9e878448f46ecb7e1a39156457562d7f7ac951007e04bd534ea26455da68607eab9b2e2266eed71a7b14c90f10387e
 SHA512 
3f6b175710880fd4e45c4407af06bec580839517727ee0f5f706747c78be727171f7f8ad2d8fa9add0065825556c3a5d48cc1a6016705f34569350c495f5710d
+DIST pychm-0.8.6.gh.tar.gz 23803 BLAKE2B 
fdf3c37eead60455fd5bde1638a010f2788074752f98c32cf4b3431b4a87b8893c23a9fa29995352b35b41f628b7026fdbfa6ff20b75e8a6efdf75fc2da3f67d
 SHA512 
cc1b254b6c58aba038171ad9db1eea3212094d7fb9386b22ada67381d702b388e6a1dde0317b5724587ee135d2695c546a7c2d65af7091dafeb394647597b0ae

diff --git a/dev-python/pychm/pychm-0.8.6.ebuild 
b/dev-python/pychm/pychm-0.8.6.ebuild
new file mode 100644
index 000..5d77dcd07cc
--- /dev/null
+++ b/dev-python/pychm/pychm-0.8.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for the chmlib library"
+HOMEPAGE="https://github.com/dottedmag/pychm;
+SRC_URI="https://github.com/dottedmag/pychm/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="dev-libs/chmlib"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest



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

2019-11-02 Thread Michał Górny
commit: 6748844e5a0cdfc56ddeb8b0de86db748dbafff0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov  2 11:39:01 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov  2 11:39:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6748844e

dev-python/pychm: Bump to 0.8.5

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

 dev-python/pychm/Manifest   |  1 +
 dev-python/pychm/pychm-0.8.5.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/pychm/Manifest b/dev-python/pychm/Manifest
index 0aa9cf92cd2..99c807879f1 100644
--- a/dev-python/pychm/Manifest
+++ b/dev-python/pychm/Manifest
@@ -1 +1,2 @@
 DIST pychm-0.8.4.tar.gz 28803 BLAKE2B 
c6b66c83b1bd5b20280cb60636ccf2780f665fd589b107542c887fc791642f780701b84c8863883e02496c626b92552e3bbfdacd025723fccdb7947de62ada61
 SHA512 
0c0c107e59ea9f5fef97a0c2869349b5e90fc9eb7a37c35e8a929eaf764c7abe5a06a389340a912b9ba2f71172f3c94a78da016707bb201bbd07bdc3feddfe0d
+DIST pychm-0.8.5.gh.tar.gz 23539 BLAKE2B 
4671ccca56153ee493f239de46a01c9e878448f46ecb7e1a39156457562d7f7ac951007e04bd534ea26455da68607eab9b2e2266eed71a7b14c90f10387e
 SHA512 
3f6b175710880fd4e45c4407af06bec580839517727ee0f5f706747c78be727171f7f8ad2d8fa9add0065825556c3a5d48cc1a6016705f34569350c495f5710d

diff --git a/dev-python/pychm/pychm-0.8.5.ebuild 
b/dev-python/pychm/pychm-0.8.5.ebuild
new file mode 100644
index 000..301661fc7b7
--- /dev/null
+++ b/dev-python/pychm/pychm-0.8.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for the chmlib library"
+HOMEPAGE="https://github.com/dottedmag/pychm;
+SRC_URI="https://github.com/dottedmag/pychm/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-libs/chmlib"
+DEPEND="${RDEPEND}
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   pytest -vv || die
+}



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

2016-10-18 Thread Pacho Ramos
commit: 785610ca5799ee0fbf5b2a934bbd3df34d526761
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Oct 18 18:54:12 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Oct 18 19:25:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785610ca

dev-python/pychm: amd64/x86 stable, bug #593188

Package-Manager: portage-2.3.1

 dev-python/pychm/pychm-0.8.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pychm/pychm-0.8.4-r1.ebuild 
b/dev-python/pychm/pychm-0.8.4-r1.ebuild
index 6386e02..3d89c93 100644
--- a/dev-python/pychm/pychm-0.8.4-r1.ebuild
+++ b/dev-python/pychm/pychm-0.8.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/gnochm/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="dev-libs/chmlib"



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

2016-10-18 Thread Pacho Ramos
commit: 95755c72cbc80d7c4fa26655b80ac73a349c2cd6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Oct 18 18:55:29 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Oct 18 19:25:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95755c72

dev-python/pychm: Drop old

Package-Manager: portage-2.3.1

 dev-python/pychm/pychm-0.8.4.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/dev-python/pychm/pychm-0.8.4.ebuild 
b/dev-python/pychm/pychm-0.8.4.ebuild
deleted file mode 100644
index 56f6ab3..
--- a/dev-python/pychm/pychm-0.8.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit distutils
-
-DESCRIPTION="Python bindings for the chmlib library"
-HOMEPAGE="http://gnochm.sourceforge.net/pychm.html;
-SRC_URI="mirror://sourceforge/gnochm/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="dev-libs/chmlib"
-RDEPEND="${DEPEND}"
-
-PYTHON_MODNAME="chm"