summaryrefslogtreecommitdiff
path: root/dev-python/defcon
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-02-02 01:39:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-02-02 01:39:05 +0000
commitfcc5224904648a8e6eb528d7603154160a20022f (patch)
tree3bfce096b38a9cea8eed13fc70c1526c456e9abd /dev-python/defcon
parent2fd57282f0262ca084e05b0f2c63fbada395d02b (diff)
gentoo resync : 02.02.2022
Diffstat (limited to 'dev-python/defcon')
-rw-r--r--dev-python/defcon/Manifest4
-rw-r--r--dev-python/defcon/defcon-0.10.0.ebuild4
-rw-r--r--dev-python/defcon/defcon-0.9.0.ebuild28
3 files changed, 3 insertions, 33 deletions
diff --git a/dev-python/defcon/Manifest b/dev-python/defcon/Manifest
index c21d6b566052..dd6cffce1a81 100644
--- a/dev-python/defcon/Manifest
+++ b/dev-python/defcon/Manifest
@@ -1,5 +1,3 @@
DIST defcon-0.10.0.tar.gz 426111 BLAKE2B 6750ac064677bd1b2a2b49d37792b4e35c923ddd239c521490dd3aa0c40f55a96dcdac156a2511c3bb40605505beb920c66053488bb2bc2508899d4a81f77ddb SHA512 69d48701bdf419080b7acafe2b92c1897358d969d6ea5b78330969b79b9e393a1c53cfb1a17b4d58719329c403ac3a52a4e12828d99b8793d8dd19ddda151c76
-DIST defcon-0.9.0.tar.gz 426109 BLAKE2B ac9e7292a444843f675168120ddb1aee636e3f7569ba9d90660906665b109054c245398ba2de93faf255a412dd9e65569fb0cf68d845636ca1780190b6cdcd21 SHA512 29f0fde5bf9809ef9601497844fed3d537aa02de4404e191f8504808271ad263e3a11ea82f04c78a0fa3e673e511ea6600c707f956f06b3186e87a3ce4d84c13
-EBUILD defcon-0.10.0.ebuild 695 BLAKE2B 3f5d5ba9010f681e77f8384be8f3217490fa2b049b259b0d920a0778eb9526994d3243496a19b47147feee7d1660b09a6404f508e7e87261ab44fd456eabc0ba SHA512 0ac0805df096f988c7a2e2e9a9b58d600cda8ab6998af93fa1c0f05ce0f37c02dd26c0ff652374d62d5e88b1bc232daf8c790e3d4b2873c20a3be5df4a2b52e2
-EBUILD defcon-0.9.0.ebuild 692 BLAKE2B 5ddc39be8139aee9d8fb435478f7278db635d163ca94d31c81ea871f2faf8d3df077db4015dab43ed20bede8ec9d21e4de516247bdb109a0adf029254ddcc7e6 SHA512 73b6c3bcc524d706e27d40e57ef4836dc89a34773a314c72ed344eddb0958764704a6bdf4c5324870017ff90c392bd5882047318c2c8061dd62ee04d86f29f4a
+EBUILD defcon-0.10.0.ebuild 692 BLAKE2B 8680cb4c9970cda0640bf904f001b248f2562457a0c985af2a15ac52185fe84d56b12d4698bed8a8ec61dd90abd3c8eea9364da7d5d6894b338e29bf11b45b86 SHA512 f31316b1bb17fbcbf9f70b9b436bb37346abf4f60d2d05f2756e2fa379a4272797685c8b7a3f16e535881a0df0821c1569e1cef9b0e4fd86f3abea518986220b
MISC metadata.xml 393 BLAKE2B 54f3c0643f3329d956636dc0d59a1396c65b082b7fb4d97fa0a3ffc494f04d19e5e0b7d84370a90825d67c82c0d7f5cd9d300fd5cc763250cc97e478e7a56423 SHA512 016cfb5ca7dc52255bded1027f1d1101707b78913562e81232ba7768d2ed2eb1060095a61744680bcd96ddefaf29569e0b164704d1e6fec1771c5fe129004f6e
diff --git a/dev-python/defcon/defcon-0.10.0.ebuild b/dev-python/defcon/defcon-0.10.0.ebuild
index e917c5b0aa98..cd13e6c31296 100644
--- a/dev-python/defcon/defcon-0.10.0.ebuild
+++ b/dev-python/defcon/defcon-0.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/robotools/defcon/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
IUSE=""
RDEPEND=">=dev-python/fonttools-4.28.5[${PYTHON_USEDEP}]"
diff --git a/dev-python/defcon/defcon-0.9.0.ebuild b/dev-python/defcon/defcon-0.9.0.ebuild
deleted file mode 100644
index 814cc1e5c696..000000000000
--- a/dev-python/defcon/defcon-0.9.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A set of UFO based objects for use in font editing applications"
-HOMEPAGE="https://github.com/robotools/defcon"
-SRC_URI="https://github.com/robotools/defcon/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-RDEPEND=">=dev-python/fonttools-3.31.0[${PYTHON_USEDEP}]"
-BDEPEND="
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- test? (
- dev-python/fs[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}