From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C5901382C5 for ; Tue, 9 Jun 2020 15:47:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95332E08F4; Tue, 9 Jun 2020 15:47:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70DECE08F4 for ; Tue, 9 Jun 2020 15:47:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3849B34E927 for ; Tue, 9 Jun 2020 15:47:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 542A221D for ; Tue, 9 Jun 2020 15:47:45 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1591717653.d215c25b39b105d83c96cba125de1ca9d9b3dfa0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/ufoLib2/Manifest dev-python/ufoLib2/ufoLib2-0.8.0.ebuild X-VCS-Directories: dev-python/ufoLib2/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d215c25b39b105d83c96cba125de1ca9d9b3dfa0 X-VCS-Branch: dev Date: Tue, 9 Jun 2020 15:47:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 56c8f224-5cc3-4aae-8438-67e8eabbd204 X-Archives-Hash: 3ba5430cf607621e7e04c8d0af035ee1 commit: d215c25b39b105d83c96cba125de1ca9d9b3dfa0 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jun 9 15:47:33 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jun 9 15:47:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d215c25b dev-python/ufoLib2: version bump, add py3_8 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/ufoLib2/Manifest | 1 + dev-python/ufoLib2/ufoLib2-0.8.0.ebuild | 40 +++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest index c616bdb..85edda6 100644 --- a/dev-python/ufoLib2/Manifest +++ b/dev-python/ufoLib2/Manifest @@ -1 +1,2 @@ DIST ufoLib2-0.7.1.zip 82128 BLAKE2B 833ec522edb52c54926d9578507b4afe0c3eda313f663fa1655f836369b23a2d11a1a947d9b8079aad711f0dac9754d902c90811cf42affe5ba6685edd4acc69 SHA512 e0ddd496ced3234d9c5ee77af4205a1e5df031017a4ba526749df180a21ef878c56b933eae37459c6a5b97364849a5209844485e873a7b91d46a613f0f13b79b +DIST ufoLib2-0.8.0.zip 82448 BLAKE2B 496980d61a6d46dee3fc3ae6e69df92db78fa3ba0e2262032cfb45dc77f842ea04c7ea019764deb7565b9ded9dbe5263022376212d7c42782180d0b5d5c0dcc2 SHA512 8ce5af30b77dfbadc16beda2028f2d62468e3fb54998209f0940cb82dac0f0c1bf33813905aae5ea9cb2b05c7e29fdcd0a8ba8058b44ddc0d43f2863f71e4ebd diff --git a/dev-python/ufoLib2/ufoLib2-0.8.0.ebuild b/dev-python/ufoLib2/ufoLib2-0.8.0.ebuild new file mode 100644 index 0000000..0e8c36f --- /dev/null +++ b/dev-python/ufoLib2/ufoLib2-0.8.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="A UFO font library" +HOMEPAGE="https://github.com/fonttools/ufoLib2" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# fs not pulled in by fonttools +RDEPEND=" + >=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}] + dev-python/fs[${PYTHON_USEDEP}] + >=dev-python/attrs-19.3.0[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + dev-python/setuptools_scm[${PYTHON_USEDEP}] + test? ( + dev-python/typing-extensions[${PYTHON_USEDEP}] + ) +" +BDEPEND="app-arch/unzip" + +distutils_enable_tests pytest +distutils_enable_sphinx docs/source dev-python/typing-extensions dev-python/sphinx_rtd_theme + +python_prepare_all() { + sed -e '/\/d' -i setup.cfg || die + distutils-r1_python_prepare_all +} From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75B131382C5 for ; Tue, 9 Jun 2020 16:37:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33C84E0967; Tue, 9 Jun 2020 16:37:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07EAEE0967 for ; Tue, 9 Jun 2020 16:37:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1084B34F1A2 for ; Tue, 9 Jun 2020 16:37:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90C642AB for ; Tue, 9 Jun 2020 16:37:03 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1591717653.d215c25b39b105d83c96cba125de1ca9d9b3dfa0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/ufoLib2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/ufoLib2/Manifest dev-python/ufoLib2/ufoLib2-0.8.0.ebuild X-VCS-Directories: dev-python/ufoLib2/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d215c25b39b105d83c96cba125de1ca9d9b3dfa0 X-VCS-Branch: master Date: Tue, 9 Jun 2020 16:37:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1d4b92d4-1c5d-4360-9963-64a9cfc5ab64 X-Archives-Hash: baae04525b0935970b8848cffd609e2a Message-ID: <20200609163703.7OPTIe2XUNmLpL9pP9JvVjL_Lo4sEL7eeuX6kHDVfrY@z> commit: d215c25b39b105d83c96cba125de1ca9d9b3dfa0 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jun 9 15:47:33 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jun 9 15:47:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d215c25b dev-python/ufoLib2: version bump, add py3_8 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/ufoLib2/Manifest | 1 + dev-python/ufoLib2/ufoLib2-0.8.0.ebuild | 40 +++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest index c616bdb..85edda6 100644 --- a/dev-python/ufoLib2/Manifest +++ b/dev-python/ufoLib2/Manifest @@ -1 +1,2 @@ DIST ufoLib2-0.7.1.zip 82128 BLAKE2B 833ec522edb52c54926d9578507b4afe0c3eda313f663fa1655f836369b23a2d11a1a947d9b8079aad711f0dac9754d902c90811cf42affe5ba6685edd4acc69 SHA512 e0ddd496ced3234d9c5ee77af4205a1e5df031017a4ba526749df180a21ef878c56b933eae37459c6a5b97364849a5209844485e873a7b91d46a613f0f13b79b +DIST ufoLib2-0.8.0.zip 82448 BLAKE2B 496980d61a6d46dee3fc3ae6e69df92db78fa3ba0e2262032cfb45dc77f842ea04c7ea019764deb7565b9ded9dbe5263022376212d7c42782180d0b5d5c0dcc2 SHA512 8ce5af30b77dfbadc16beda2028f2d62468e3fb54998209f0940cb82dac0f0c1bf33813905aae5ea9cb2b05c7e29fdcd0a8ba8058b44ddc0d43f2863f71e4ebd diff --git a/dev-python/ufoLib2/ufoLib2-0.8.0.ebuild b/dev-python/ufoLib2/ufoLib2-0.8.0.ebuild new file mode 100644 index 0000000..0e8c36f --- /dev/null +++ b/dev-python/ufoLib2/ufoLib2-0.8.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="A UFO font library" +HOMEPAGE="https://github.com/fonttools/ufoLib2" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# fs not pulled in by fonttools +RDEPEND=" + >=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}] + dev-python/fs[${PYTHON_USEDEP}] + >=dev-python/attrs-19.3.0[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + dev-python/setuptools_scm[${PYTHON_USEDEP}] + test? ( + dev-python/typing-extensions[${PYTHON_USEDEP}] + ) +" +BDEPEND="app-arch/unzip" + +distutils_enable_tests pytest +distutils_enable_sphinx docs/source dev-python/typing-extensions dev-python/sphinx_rtd_theme + +python_prepare_all() { + sed -e '/\/d' -i setup.cfg || die + distutils-r1_python_prepare_all +}