summaryrefslogtreecommitdiff
path: root/dev-python/dacite
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/dacite')
-rw-r--r--dev-python/dacite/Manifest1
-rw-r--r--dev-python/dacite/dacite-1.8.1.ebuild28
-rw-r--r--dev-python/dacite/metadata.xml11
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/dacite/Manifest b/dev-python/dacite/Manifest
deleted file mode 100644
index 8064d7f88e27..000000000000
--- a/dev-python/dacite/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dacite-1.8.1.tar.gz 26038 BLAKE2B 53b859953221dd01a98976fcb1a8242bb99186c9fa4da04814eaad9232232a27da37fb8d80a91a3e875b1071c809c7f928b2eb0c165f5c4acef3ec9d4c64a94e SHA512 4b40c0bdcf5490bcc77de9e7f04b7267642bcfd41e4168607a5457f38abe3ad4b3041d8a23cb43af76de14eabee45f900ad5ddf7af8f70a2be4850bccc2d3af1
diff --git a/dev-python/dacite/dacite-1.8.1.ebuild b/dev-python/dacite/dacite-1.8.1.ebuild
deleted file mode 100644
index 103e714fc29c..000000000000
--- a/dev-python/dacite/dacite-1.8.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="This module simplifies creation of data classes (PEP 557) from dictionaries"
-HOMEPAGE="https://github.com/konradhalas/dacite"
-SRC_URI="https://github.com/konradhalas/dacite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-EPYTEST_IGNORE=(
- # benchmarks
- tests/performance
-)
-
-distutils_enable_tests pytest
-
-python_test() {
- epytest -o "addopts="
-}
diff --git a/dev-python/dacite/metadata.xml b/dev-python/dacite/metadata.xml
deleted file mode 100644
index d3a4f230f2d7..000000000000
--- a/dev-python/dacite/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>andrea.postiglione@gmail.com</email>
- <name>Andrea Postiglione</name>
- </maintainer>
- <upstream>
- <remote-id type="github">konradhalas/dacite</remote-id>
- </upstream>
-</pkgmetadata>