From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/pychm/Manifest | 1 + dev-python/pychm/metadata.xml | 23 +++++++++++++++++++++++ dev-python/pychm/pychm-0.8.6.ebuild | 21 +++++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 dev-python/pychm/Manifest create mode 100644 dev-python/pychm/metadata.xml create mode 100644 dev-python/pychm/pychm-0.8.6.ebuild (limited to 'dev-python/pychm') diff --git a/dev-python/pychm/Manifest b/dev-python/pychm/Manifest new file mode 100644 index 000000000000..a5d9bf0b55c6 --- /dev/null +++ b/dev-python/pychm/Manifest @@ -0,0 +1 @@ +DIST pychm-0.8.6.gh.tar.gz 23803 BLAKE2B fdf3c37eead60455fd5bde1638a010f2788074752f98c32cf4b3431b4a87b8893c23a9fa29995352b35b41f628b7026fdbfa6ff20b75e8a6efdf75fc2da3f67d SHA512 cc1b254b6c58aba038171ad9db1eea3212094d7fb9386b22ada67381d702b388e6a1dde0317b5724587ee135d2695c546a7c2d65af7091dafeb394647597b0ae diff --git a/dev-python/pychm/metadata.xml b/dev-python/pychm/metadata.xml new file mode 100644 index 000000000000..8392348552aa --- /dev/null +++ b/dev-python/pychm/metadata.xml @@ -0,0 +1,23 @@ + + + + + python@gentoo.org + Python + + +The chm package provides three modules, chm, chmlib and extra, which +provide access to the API implemented by the C library chmlib and some +additional classes and functions. They are used to access MS-ITSS +encoded files - Compressed Html Help files (.chm). + + +Chmパッケージは、C言語ライブラリChmのAPI実装とそれに幾つか拡張されたクラスと関数 +にアクセスする手段のchm, chmlib, extraの3つのモジュールを提供します。MS-ITSSエン +コード・ファイルに使われています。-- Compressed Html Help ファイル (.chm)。 + + + gnochm + + gentoo-staging + 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 000000000000..0a1ff711e519 --- /dev/null +++ b/dev-python/pychm/pychm-0.8.6.ebuild @@ -0,0 +1,21 @@ +# 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,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 -- cgit v1.3.1