summaryrefslogtreecommitdiff
path: root/dev-python/typish
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-19 13:36:43 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-19 13:36:43 +0000
commitc06afb0c2e4eabc136bee395d65ae7d915020179 (patch)
treeffba2b05ba49304905d10fc5e966ce10b4f5b54c /dev-python/typish
parent91f31970c2f9724c4283e57ed4e310f8085bc783 (diff)
downloadbaldeagleos-repo-c06afb0c2e4eabc136bee395d65ae7d915020179.tar.gz
baldeagleos-repo-c06afb0c2e4eabc136bee395d65ae7d915020179.tar.xz
baldeagleos-repo-c06afb0c2e4eabc136bee395d65ae7d915020179.zip
Adding metadata
Diffstat (limited to 'dev-python/typish')
-rw-r--r--dev-python/typish/Manifest1
-rw-r--r--dev-python/typish/metadata.xml11
-rw-r--r--dev-python/typish/typish-1.9.3.ebuild28
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/typish/Manifest b/dev-python/typish/Manifest
deleted file mode 100644
index 809dd7e09231..000000000000
--- a/dev-python/typish/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST typish-1.9.3.gh.tar.gz 22997 BLAKE2B f399f5d9b3ae8f85f3b719de77d675b142ac45b6535f66d9d0d999411bc5bfc9100523667ea4c1d2be60c15a4bf35ec931ded9e1181a4545bbaa9b96fb27d0dd SHA512 baad9d2229ac289c4eb1d6e64bac0313efd4680f42a95270e0c1141d511392e6a95a5fea767943ddf432f5f0d48d95a05bbf26e06df188079ac177d321e4fa5c
diff --git a/dev-python/typish/metadata.xml b/dev-python/typish/metadata.xml
deleted file mode 100644
index bd3ed5539e0e..000000000000
--- a/dev-python/typish/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Gentoo Python Project</name>
- </maintainer>
-
- <origin>gentoo-staging</origin>
- <stabilize-allarches/>
-</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/typish/typish-1.9.3.ebuild b/dev-python/typish/typish-1.9.3.ebuild
deleted file mode 100644
index 73732781f2ca..000000000000
--- a/dev-python/typish/typish-1.9.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{7,8,9,10} )
-inherit distutils-r1
-
-DESCRIPTION="Functionality for types"
-HOMEPAGE="https://pypi.org/project/typish/
- https://github.com/ramonhagenaars/typish"
-SRC_URI="
- https://github.com/ramonhagenaars/typish/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-BDEPEND="
- test? (
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/nptyping[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest