Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/booleanOperations/
Date: Sun, 14 Oct 2018 19:44:12
Message-Id: 1539546232.a436fe0f9a8d79dd69069831068853194d3a85f2.pacho@gentoo
1 commit: a436fe0f9a8d79dd69069831068853194d3a85f2
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 19:40:46 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 19:43:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a436fe0f
7
8 dev-python/booleanOperations: New package needed for noto-emoji
9
10 Bug: https://bugs.gentoo.org/616974
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 dev-python/booleanOperations/Manifest | 1 +
15 .../booleanOperations-0.8.0.ebuild | 32 ++++++++++++++++++++++
16 dev-python/booleanOperations/metadata.xml | 8 ++++++
17 3 files changed, 41 insertions(+)
18
19 diff --git a/dev-python/booleanOperations/Manifest b/dev-python/booleanOperations/Manifest
20 new file mode 100644
21 index 00000000000..efff79f564f
22 --- /dev/null
23 +++ b/dev-python/booleanOperations/Manifest
24 @@ -0,0 +1 @@
25 +DIST booleanOperations-0.8.0.tar.gz 19914 BLAKE2B 121eb4c8587cd56717c757589cadd08334c7a3d90d878c17d24e36b232a1cbf0386a4c1090638818f0e264296796d89a8231204656d2a7432802b385e8200c80 SHA512 76eaeb6a5039f4f5ff3a066545a70c35a512b7ec20e54873cde90a14a18f6a9fc33a2ac356325f7390f206ad2f34412e178212e30065ede41d4b3fa8397eecea
26
27 diff --git a/dev-python/booleanOperations/booleanOperations-0.8.0.ebuild b/dev-python/booleanOperations/booleanOperations-0.8.0.ebuild
28 new file mode 100644
29 index 00000000000..3a04ff47168
30 --- /dev/null
31 +++ b/dev-python/booleanOperations/booleanOperations-0.8.0.ebuild
32 @@ -0,0 +1,32 @@
33 +# Copyright 1999-2018 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +PYTHON_COMPAT=( python2_7 python3_6 )
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Boolean operations on paths"
42 +HOMEPAGE="https://github.com/typemytype/booleanOperations"
43 +SRC_URI="https://github.com/typemytype/booleanOperations/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="MIT"
46 +SLOT="0"
47 +KEYWORDS="~amd64"
48 +IUSE=""
49 +
50 +DEPEND=""
51 +RDEPEND="${DEPEND}
52 + dev-python/fonttools[${PYTHON_USEDEP}]
53 + dev-python/pyclipper[${PYTHON_USEDEP}]
54 + dev-python/ufoLib[${PYTHON_USEDEP}]
55 +"
56 +
57 +src_prepare() {
58 + export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
59 + distutils-r1_src_prepare
60 +}
61 +
62 +python_test() {
63 + esetup.py test
64 +}
65
66 diff --git a/dev-python/booleanOperations/metadata.xml b/dev-python/booleanOperations/metadata.xml
67 new file mode 100644
68 index 00000000000..3da97a9953c
69 --- /dev/null
70 +++ b/dev-python/booleanOperations/metadata.xml
71 @@ -0,0 +1,8 @@
72 +<?xml version="1.0" encoding="UTF-8"?>
73 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
74 +<pkgmetadata>
75 + <maintainer type="person">
76 + <email>pacho@g.o</email>
77 + <name>Pacho Ramos</name>
78 + </maintainer>
79 +</pkgmetadata>