summaryrefslogtreecommitdiff
path: root/dev-python/structlog
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/structlog')
-rw-r--r--dev-python/structlog/Manifest3
-rw-r--r--dev-python/structlog/metadata.xml12
-rw-r--r--dev-python/structlog/structlog-16.1.0.ebuild17
3 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/structlog/Manifest b/dev-python/structlog/Manifest
deleted file mode 100644
index 04d87617045f..000000000000
--- a/dev-python/structlog/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST structlog-16.1.0.tar.gz 150604 BLAKE2B 928ad43206eeeb25d76eb2708d8ff8a5c1f886256be98bf18372ade227de96167a9bab855945eb94abb843c09d28799557f759c0a9b2bfbed5004ea6f009e030 SHA512 eafa89516b99adb02527d0b374f12b438e83a961f08cf42aa10a7196ec81df6ad5492772ae7c52747ac926d8f5a7ca8d89cc12f4dc6d37d21b9935f009894a37
-EBUILD structlog-16.1.0.ebuild 470 BLAKE2B 582c1fbd89fed3fe8df1f3ec71e8c2441fd457a8e75a8dfea8dcd626594b79309cf294320c528a8936319b840e983b697e9e4dc709bba6379f258780356903eb SHA512 f886a253e488d14e74c80950760dec2e73c415c17b6f1fdff2c09b68385ffbeb0c3ed9cd4faa3d7f45d91894f94818d66afd3acf422a44fa631b9a9a9c4ad9bf
-MISC metadata.xml 386 BLAKE2B 83313d79f0acd137cfa519b21c19854e27579676c101dd5396f7e24ddc22b6d22a7894851c99bbfe44ba1ff88f6e4e3aec0858d166f12d57594531499dc6c16c SHA512 d7abe2285438f10e3ac525c5cfdff1518667ea090770f9680fb06b1ccbd7d78affc2f97da5d6f1334f666471761703f3fe139707c37d6574119ed48f98e9be85
diff --git a/dev-python/structlog/metadata.xml b/dev-python/structlog/metadata.xml
deleted file mode 100644
index f53d2c1bd114..000000000000
--- a/dev-python/structlog/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- Structured Logging for Python
- </longdescription>
- <upstream>
- <remote-id type="pypi">structlog</remote-id>
- <remote-id type="github">hynek/structlog</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/structlog/structlog-16.1.0.ebuild b/dev-python/structlog/structlog-16.1.0.ebuild
deleted file mode 100644
index ec7a3fdbbecd..000000000000
--- a/dev-python/structlog/structlog-16.1.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=(python2_7 python3_{5,6} pypy)
-inherit distutils-r1
-
-DESCRIPTION="Structured Logging for Python"
-HOMEPAGE="http://www.structlog.org/en/stable/"
-SRC_URI="https://github.com/hynek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"