* [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/
@ 2015-08-09 5:57 Mike Gilbert
0 siblings, 0 replies; 15+ messages in thread
From: Mike Gilbert @ 2015-08-09 5:57 UTC (permalink / raw
To: gentoo-commits
commit: ebcc6a2c05da9ef6bc20056ab20b87b4ce947312
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 9 05:56:11 2015 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Aug 9 05:56:11 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebcc6a2c
dev-python/cangjie: eautoreconf for Makefile.am patch
Package-Manager: portage-2.2.20
dev-python/cangjie/cangjie-1.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/cangjie/cangjie-1.2.ebuild b/dev-python/cangjie/cangjie-1.2.ebuild
index c7c5167..eb1e698 100644
--- a/dev-python/cangjie/cangjie-1.2.ebuild
+++ b/dev-python/cangjie/cangjie-1.2.ebuild
@@ -4,6 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python{3_3,3_4} )
+AUTOTOOLS_AUTORECONF=yes
inherit autotools-utils python-r1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/
@ 2015-10-19 9:27 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2015-10-19 9:27 UTC (permalink / raw
To: gentoo-commits
commit: bed3764b7ec113b25f40dc7567f8fa80a7b8d404
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 09:26:16 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 09:26:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed3764b
dev-python/cangjie: amd64 stable wrt bug #562650
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
dev-python/cangjie/cangjie-1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cangjie/cangjie-1.2.ebuild b/dev-python/cangjie/cangjie-1.2.ebuild
index eb1e698..9958c44 100644
--- a/dev-python/cangjie/cangjie-1.2.ebuild
+++ b/dev-python/cangjie/cangjie-1.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/Cangjians/pycangjie/releases/download/v${PV}/cangjie
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
DEPEND="${PYTHON_DEPS}
app-i18n/libcangjie
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/
@ 2015-11-06 9:14 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2015-11-06 9:14 UTC (permalink / raw
To: gentoo-commits
commit: 1accb63ba08d3f4c6bd095f4c4377c3630b34c36
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 6 09:14:06 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov 6 09:14:06 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1accb63b
dev-python/cangjie: x86 stable wrt bug #562650
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"
dev-python/cangjie/cangjie-1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cangjie/cangjie-1.2.ebuild b/dev-python/cangjie/cangjie-1.2.ebuild
index 9958c44..cd9f49d 100644
--- a/dev-python/cangjie/cangjie-1.2.ebuild
+++ b/dev-python/cangjie/cangjie-1.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/Cangjians/pycangjie/releases/download/v${PV}/cangjie
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
DEPEND="${PYTHON_DEPS}
app-i18n/libcangjie
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/
@ 2017-03-10 12:43 David Seifert
0 siblings, 0 replies; 15+ messages in thread
From: David Seifert @ 2017-03-10 12:43 UTC (permalink / raw
To: gentoo-commits
commit: a28313adbdf5e0b12f692bb713f7b58e875d6b24
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 11:35:50 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 12:42:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a28313ad
dev-python/cangjie: Port to EAPI 6
* Add py3.5 and 3.6 support
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/cangjie/cangjie-1.2-r1.ebuild | 56 ++++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
diff --git a/dev-python/cangjie/cangjie-1.2-r1.ebuild b/dev-python/cangjie/cangjie-1.2-r1.ebuild
new file mode 100644
index 00000000000..d3daf09ed18
--- /dev/null
+++ b/dev-python/cangjie/cangjie-1.2-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+inherit autotools python-r1
+
+DESCRIPTION="The Python bindings to libcangjie"
+HOMEPAGE="http://cangjians.github.io"
+SRC_URI="https://github.com/Cangjians/pycangjie/releases/download/v${PV}/cangjie-${PV}.tar.xz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+ app-i18n/libcangjie
+ ${PYTHON_DEPS}"
+DEPEND="
+ ${RDEPEND}
+ dev-python/cython[${PYTHON_USEDEP}]
+ virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${P}-cython-022.patch" )
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ myeconf() {
+ ECONF_SOURCE="${S}" econf PYTHON="${PYTHON}"
+ }
+ python_foreach_impl run_in_build_dir myeconf
+}
+
+src_compile() {
+ python_foreach_impl run_in_build_dir default
+}
+
+src_test() {
+ python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+ python_foreach_impl run_in_build_dir default
+ einstalldocs
+
+ # package only installs python modules
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/
@ 2017-03-10 12:43 David Seifert
0 siblings, 0 replies; 15+ messages in thread
From: David Seifert @ 2017-03-10 12:43 UTC (permalink / raw
To: gentoo-commits
commit: 962798095ddd549459b1a236036e561681a37836
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 11:38:00 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 12:42:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96279809
dev-python/cangjie: Remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/cangjie/Manifest | 1 -
dev-python/cangjie/cangjie-1.1.ebuild | 34 --------------------------------
dev-python/cangjie/cangjie-1.2.ebuild | 37 -----------------------------------
3 files changed, 72 deletions(-)
diff --git a/dev-python/cangjie/Manifest b/dev-python/cangjie/Manifest
index 7960a881f1a..dcfa4982cd3 100644
--- a/dev-python/cangjie/Manifest
+++ b/dev-python/cangjie/Manifest
@@ -1,2 +1 @@
-DIST cangjie-1.1.tar.xz 221460 SHA256 97391213ec80f885a5dc8fb9e61f3ab511e8106f3dc924535af41822c0c8ac6f SHA512 ef1acd9fcfb8f3da94fa282c173bd82ed7f827f9b33921689e2a811fc9268dfdc25bec6f53ac448cea85b220790f5816c0ee0e4ed95750afab4312850cc14df2 WHIRLPOOL f28aaef1ae982e9cddb85477c1bbc4d4fad4753fe663d4d25cf593f011c1b3305947795683520152a26e42a60d9aeb09e61cdd71704a4a4af9a716cb1634c771
DIST cangjie-1.2.tar.xz 221524 SHA256 bc9115904f65581a11e43044c83e999e583468d1bb98c04b33ea059205e07c10 SHA512 4cc3e0e4a77b671c93fe39f17c970d458d6d935c1efa33f9d8de0a0311ed6c3a444fd41431d553f70f3e96065f8136801128d8b16c86d0340c78ab560bd9e63f WHIRLPOOL 72f3b532bf149df0740fc9d3fd137416cb29a0db81285fd67cd51d3a47d34fd2a32655302a912d5caf8666ef55550d2f84242021163bfff12d5734b2d820f13c
diff --git a/dev-python/cangjie/cangjie-1.1.ebuild b/dev-python/cangjie/cangjie-1.1.ebuild
deleted file mode 100644
index 40e474db929..00000000000
--- a/dev-python/cangjie/cangjie-1.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_4 )
-
-inherit autotools-utils python-r1
-
-DESCRIPTION="The Python bindings to libcangjie"
-HOMEPAGE="http://cangjians.github.io"
-SRC_URI="http://cangjians.github.io/downloads/pycangjie/cangjie-${PV}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="${PYTHON_DEPS}
- app-i18n/libcangjie
- dev-python/cython
- >=dev-python/cython-0.14"
-RDEPEND="app-i18n/libcangjie
- ${PYTHON_DEPS}"
-
-src_configure() {
- python_foreach_impl autotools-utils_src_configure
-}
-
-src_compile() {
- python_foreach_impl autotools-utils_src_compile
-}
-
-src_install() {
- python_foreach_impl autotools-utils_src_install
-}
diff --git a/dev-python/cangjie/cangjie-1.2.ebuild b/dev-python/cangjie/cangjie-1.2.ebuild
deleted file mode 100644
index 3d7191406a5..00000000000
--- a/dev-python/cangjie/cangjie-1.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_4 )
-AUTOTOOLS_AUTORECONF=yes
-
-inherit autotools-utils python-r1
-
-DESCRIPTION="The Python bindings to libcangjie"
-HOMEPAGE="http://cangjians.github.io"
-SRC_URI="https://github.com/Cangjians/pycangjie/releases/download/v${PV}/cangjie-${PV}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="${PYTHON_DEPS}
- app-i18n/libcangjie
- dev-python/cython[${PYTHON_USEDEP}]"
-
-RDEPEND="app-i18n/libcangjie
- ${PYTHON_DEPS}"
-
-PATCHES=( "${FILESDIR}/${P}-cython-022.patch" )
-
-src_configure() {
- python_foreach_impl autotools-utils_src_configure
-}
-
-src_compile() {
- python_foreach_impl autotools-utils_src_compile
-}
-
-src_install() {
- python_foreach_impl autotools-utils_src_install
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/
@ 2018-04-15 18:48 Patrice Clement
0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2018-04-15 18:48 UTC (permalink / raw
To: gentoo-commits
commit: fbb9d36bd102fbc1c06abd17e4e7020016a67445
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 18:41:12 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 18:47:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb9d36b
dev-python/cangjie: remove maintainer.
Bug: https://bugs.gentoo.org/651824
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-python/cangjie/metadata.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/dev-python/cangjie/metadata.xml b/dev-python/cangjie/metadata.xml
index b0cc2b1a102..f725cd5af33 100644
--- a/dev-python/cangjie/metadata.xml
+++ b/dev-python/cangjie/metadata.xml
@@ -1,18 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>brendan@horan.hk</email>
- <name>Brendan Horan</name>
- </maintainer>
<maintainer type="project">
<email>cjk@gentoo.org</email>
<name>Cjk</name>
</maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
<upstream>
<remote-id type="github">Cangjians/pycangjie</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/
@ 2018-09-04 12:33 Akinori Hattori
0 siblings, 0 replies; 15+ messages in thread
From: Akinori Hattori @ 2018-09-04 12:33 UTC (permalink / raw
To: gentoo-commits
commit: 54add5b98f160f47a21c1470084ebed759a0324f
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 4 12:33:25 2018 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Sep 4 12:33:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54add5b9
dev-python/cangjie: new upstream release
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/cangjie/Manifest | 1 +
dev-python/cangjie/cangjie-1.3.ebuild | 50 +++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/dev-python/cangjie/Manifest b/dev-python/cangjie/Manifest
index 9f8d21a5a54..7b9869e0eac 100644
--- a/dev-python/cangjie/Manifest
+++ b/dev-python/cangjie/Manifest
@@ -1 +1,2 @@
DIST cangjie-1.2.tar.xz 221524 BLAKE2B 149d10c6d1806b08e1de852d7e48807bd027986188555caac1b9c1495573230341e611466563f8fc3072b2cbd6a4913646c44408c91816ce9fa0d67655796bb2 SHA512 4cc3e0e4a77b671c93fe39f17c970d458d6d935c1efa33f9d8de0a0311ed6c3a444fd41431d553f70f3e96065f8136801128d8b16c86d0340c78ab560bd9e63f
+DIST cangjie-1.3.tar.xz 237156 BLAKE2B a94f51df82136edddeeeecb729737a7be1cf4677c86df153ba86b436a404615156e6fe43d6efbb6ae602982763a4cd8ea09850882942a70a3a3737075bde0c01 SHA512 633b0040740105573fe72811c2f763756b67784330520ecadd5e0b24fc51e414f54a71f03444940f20c8a4943a14b65e2f1d18339696e2ea5cf659de8592df2a
diff --git a/dev-python/cangjie/cangjie-1.3.ebuild b/dev-python/cangjie/cangjie-1.3.ebuild
new file mode 100644
index 00000000000..08b958d139c
--- /dev/null
+++ b/dev-python/cangjie/cangjie-1.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+inherit autotools python-r1
+
+DESCRIPTION="Python wrapper for libcangjie"
+HOMEPAGE="http://cangjians.github.io/"
+SRC_URI="https://github.com/Cangjians/py${PN}/releases/download/v${PV}/${P#py}.tar.xz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ app-i18n/libcangjie"
+DEPEND="${RDEPEND}
+ dev-python/cython[${PYTHON_USEDEP}]
+ virtual/pkgconfig"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ python_configure() {
+ ECONF_SOURCE="${S}" econf
+ }
+ python_foreach_impl run_in_build_dir python_configure
+}
+
+src_compile() {
+ python_foreach_impl run_in_build_dir default
+}
+
+src_test() {
+ python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+ python_foreach_impl run_in_build_dir default
+ einstalldocs
+
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/
@ 2018-09-04 12:33 Akinori Hattori
0 siblings, 0 replies; 15+ messages in thread
From: Akinori Hattori @ 2018-09-04 12:33 UTC (permalink / raw
To: gentoo-commits
commit: 7b9489a6d3a54a3ee3e20d7b0d8cbb458da1872f
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 4 12:29:42 2018 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Sep 4 12:29:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9489a6
dev-python/cangjie: tidy
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/cangjie/cangjie-1.2-r1.ebuild | 28 ++++++++++++----------------
dev-python/cangjie/metadata.xml | 14 +++++++-------
2 files changed, 19 insertions(+), 23 deletions(-)
diff --git a/dev-python/cangjie/cangjie-1.2-r1.ebuild b/dev-python/cangjie/cangjie-1.2-r1.ebuild
index d3daf09ed18..2c974fae5dd 100644
--- a/dev-python/cangjie/cangjie-1.2-r1.ebuild
+++ b/dev-python/cangjie/cangjie-1.2-r1.ebuild
@@ -1,15 +1,14 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-
+EAPI="6"
PYTHON_COMPAT=( python{3_4,3_5,3_6} )
inherit autotools python-r1
-DESCRIPTION="The Python bindings to libcangjie"
-HOMEPAGE="http://cangjians.github.io"
-SRC_URI="https://github.com/Cangjians/pycangjie/releases/download/v${PV}/cangjie-${PV}.tar.xz"
+DESCRIPTION="Python wrapper for libcangjie"
+HOMEPAGE="http://cangjians.github.io/"
+SRC_URI="https://github.com/Cangjians/py${PN}/releases/download/v${PV}/${P#py}.tar.xz"
LICENSE="LGPL-3+"
SLOT="0"
@@ -17,15 +16,13 @@ KEYWORDS="amd64 x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="
- app-i18n/libcangjie
- ${PYTHON_DEPS}"
-DEPEND="
- ${RDEPEND}
+RDEPEND="${PYTHON_DEPS}
+ app-i18n/libcangjie"
+DEPEND="${RDEPEND}
dev-python/cython[${PYTHON_USEDEP}]
virtual/pkgconfig"
-PATCHES=( "${FILESDIR}/${P}-cython-022.patch" )
+PATCHES=( "${FILESDIR}"/${P}-cython-022.patch )
src_prepare() {
default
@@ -33,10 +30,10 @@ src_prepare() {
}
src_configure() {
- myeconf() {
- ECONF_SOURCE="${S}" econf PYTHON="${PYTHON}"
+ python_configure() {
+ ECONF_SOURCE="${S}" econf
}
- python_foreach_impl run_in_build_dir myeconf
+ python_foreach_impl run_in_build_dir python_configure
}
src_compile() {
@@ -51,6 +48,5 @@ src_install() {
python_foreach_impl run_in_build_dir default
einstalldocs
- # package only installs python modules
find "${D}" -name '*.la' -delete || die
}
diff --git a/dev-python/cangjie/metadata.xml b/dev-python/cangjie/metadata.xml
index f725cd5af33..5249303a03c 100644
--- a/dev-python/cangjie/metadata.xml
+++ b/dev-python/cangjie/metadata.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
- <upstream>
- <remote-id type="github">Cangjians/pycangjie</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">Cangjians/pycangjie</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/
@ 2020-04-22 18:40 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2020-04-22 18:40 UTC (permalink / raw
To: gentoo-commits
commit: 8400852f066f25399ff6a3a2293b29c997cdac6f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 22 16:17:44 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 22 18:40:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8400852f
dev-python/cangjie: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cangjie/cangjie-1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cangjie/cangjie-1.3.ebuild b/dev-python/cangjie/cangjie-1.3.ebuild
index c31639bf316..96769343a7e 100644
--- a/dev-python/cangjie/cangjie-1.3.ebuild
+++ b/dev-python/cangjie/cangjie-1.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit autotools python-r1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/
@ 2020-06-04 6:23 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2020-06-04 6:23 UTC (permalink / raw
To: gentoo-commits
commit: ec5de173471c708432f8b44411b4448a56505f44
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 4 06:22:50 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun 4 06:22:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5de173
dev-python/cangjie: amd64 stable wrt bug #721460
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/cangjie/cangjie-1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cangjie/cangjie-1.3.ebuild b/dev-python/cangjie/cangjie-1.3.ebuild
index 96769343a7e..3041e9069da 100644
--- a/dev-python/cangjie/cangjie-1.3.ebuild
+++ b/dev-python/cangjie/cangjie-1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/Cangjians/py${PN}/releases/download/v${PV}/${P#py}.t
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/
@ 2020-08-01 12:23 Akinori Hattori
0 siblings, 0 replies; 15+ messages in thread
From: Akinori Hattori @ 2020-08-01 12:23 UTC (permalink / raw
To: gentoo-commits
commit: 059e7adee22d41a1708d01f27c6dba1b2a3080c4
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 1 12:17:40 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 12:23:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059e7ade
dev-python/cangjie: update to EAPI 7
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
dev-python/cangjie/cangjie-1.3.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/cangjie/cangjie-1.3.ebuild b/dev-python/cangjie/cangjie-1.3.ebuild
index 61b243fd4fd..c3b82137027 100644
--- a/dev-python/cangjie/cangjie-1.3.ebuild
+++ b/dev-python/cangjie/cangjie-1.3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit autotools python-r1
@@ -18,8 +18,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
app-i18n/libcangjie"
-DEPEND="${RDEPEND}
- dev-python/cython[${PYTHON_USEDEP}]
+DEPEND="${RDEPEND}"
+BDEPEND="dev-python/cython[${PYTHON_USEDEP}]
virtual/pkgconfig"
src_prepare() {
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/
@ 2020-08-01 12:23 Akinori Hattori
0 siblings, 0 replies; 15+ messages in thread
From: Akinori Hattori @ 2020-08-01 12:23 UTC (permalink / raw
To: gentoo-commits
commit: 8492bca31b1ddc2e06f4f23affd2c9667ddb693a
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 1 12:21:39 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 12:23:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8492bca3
dev-python/cangjie: call python_optimize
Closes: https://bugs.gentoo.org/727046
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
dev-python/cangjie/{cangjie-1.3.ebuild => cangjie-1.3-r1.ebuild} | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-python/cangjie/cangjie-1.3.ebuild b/dev-python/cangjie/cangjie-1.3-r1.ebuild
similarity index 90%
rename from dev-python/cangjie/cangjie-1.3.ebuild
rename to dev-python/cangjie/cangjie-1.3-r1.ebuild
index c3b82137027..646ccfa4177 100644
--- a/dev-python/cangjie/cangjie-1.3.ebuild
+++ b/dev-python/cangjie/cangjie-1.3-r1.ebuild
@@ -43,7 +43,11 @@ src_test() {
}
src_install() {
- python_foreach_impl run_in_build_dir default
+ python_install() {
+ default
+ python_optimize
+ }
+ python_foreach_impl run_in_build_dir python_install
einstalldocs
find "${D}" -name '*.la' -delete || die
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/
@ 2021-06-01 11:44 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-06-01 11:44 UTC (permalink / raw
To: gentoo-commits
commit: 99df54198b3dedf5865119785e8ee366a442144c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 11:40:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 11:40:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99df5419
dev-python/cangjie: add Python 3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/cangjie/cangjie-1.3-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/cangjie/cangjie-1.3-r1.ebuild b/dev-python/cangjie/cangjie-1.3-r1.ebuild
index 594bb9dc11a..6dafc6fb997 100644
--- a/dev-python/cangjie/cangjie-1.3-r1.ebuild
+++ b/dev-python/cangjie/cangjie-1.3-r1.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} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit autotools python-r1
DESCRIPTION="Python wrapper for libcangjie"
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Cangjians/py${PN}/releases/download/v${PV}/${P#py}.t
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
+
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/
@ 2021-09-13 7:49 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2021-09-13 7:49 UTC (permalink / raw
To: gentoo-commits
commit: b438337aadf5f04255e56f044c965b2dfc767f2e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 13 07:49:07 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 13 07:49:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b438337a
dev-python/cangjie: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/cangjie/cangjie-1.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/cangjie/cangjie-1.3-r1.ebuild b/dev-python/cangjie/cangjie-1.3-r1.ebuild
index 6dafc6fb997..5a1f044452d 100644
--- a/dev-python/cangjie/cangjie-1.3-r1.ebuild
+++ b/dev-python/cangjie/cangjie-1.3-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit autotools python-r1
DESCRIPTION="Python wrapper for libcangjie"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/
@ 2023-02-26 0:51 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-02-26 0:51 UTC (permalink / raw
To: gentoo-commits
commit: facd911250737aa6be1f1794694a0fb9aa90a194
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 00:45:42 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 00:45:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=facd9112
dev-python/cangjie: enable py3.11
Closes: https://bugs.gentoo.org/896760
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/cangjie/cangjie-1.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cangjie/cangjie-1.3-r1.ebuild b/dev-python/cangjie/cangjie-1.3-r1.ebuild
index 46a884d11511..26af275effb7 100644
--- a/dev-python/cangjie/cangjie-1.3-r1.ebuild
+++ b/dev-python/cangjie/cangjie-1.3-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit autotools python-r1
DESCRIPTION="Python wrapper for libcangjie"
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2023-02-26 0:51 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-26 0:51 [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-09-13 7:49 Arthur Zamarin
2021-06-01 11:44 Sam James
2020-08-01 12:23 Akinori Hattori
2020-08-01 12:23 Akinori Hattori
2020-06-04 6:23 Agostino Sarubbo
2020-04-22 18:40 Michał Górny
2018-09-04 12:33 Akinori Hattori
2018-09-04 12:33 Akinori Hattori
2018-04-15 18:48 Patrice Clement
2017-03-10 12:43 David Seifert
2017-03-10 12:43 David Seifert
2015-11-06 9:14 Agostino Sarubbo
2015-10-19 9:27 Agostino Sarubbo
2015-08-09 5:57 Mike Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox