dev-python/cjkwrap: new package
authorjuippis <juippis@gmail.com>
Wed, 11 Apr 2018 15:11:24 +0000 (18:11 +0300)
committerMichał Górny <mgorny@gentoo.org>
Sat, 2 Jun 2018 18:40:40 +0000 (20:40 +0200)
dev-python/cjkwrap/Manifest [new file with mode: 0644]
dev-python/cjkwrap/cjkwrap-2.2.ebuild [new file with mode: 0644]
dev-python/cjkwrap/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/cjkwrap/Manifest b/dev-python/cjkwrap/Manifest
new file mode 100644 (file)
index 0000000..d64a924
--- /dev/null
@@ -0,0 +1 @@
+DIST cjkwrap-2.2.tar.gz 20995 BLAKE2B 35604e2d1aa24a75e1de0f0b17ba592e7588aade42d43e98864f5d83fe598eaa0ca566682cb7c7af566e66f79c9696ba2ae86b1579681688d6cd31469c07a3ff SHA512 c72ce67b10af46018f7aa5d65af030373e8889a28f533a59d55668e5c90a759ad7cb31708dd6ff35561f9e62115edef5bc0facc74b6a6e122d7399d9dc950624
diff --git a/dev-python/cjkwrap/cjkwrap-2.2.ebuild b/dev-python/cjkwrap/cjkwrap-2.2.ebuild
new file mode 100644 (file)
index 0000000..eb8e12a
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+inherit distutils-r1
+
+DESCRIPTION="A library for wrapping and filling UTF-8 CJK text"
+HOMEPAGE="https://fgallaire.github.io/cjkwrap/"
+SRC_URI="https://github.com/fgallaire/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/cjkwrap/metadata.xml b/dev-python/cjkwrap/metadata.xml
new file mode 100644 (file)
index 0000000..d9a6217
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>juippis@gmail.com</email>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+</pkgmetadata>