dev-python/structlog: add initial 16.1.0 ebuild
authorAustin English <wizardedit@gentoo.org>
Wed, 8 Jun 2016 19:01:46 +0000 (14:01 -0500)
committerAustin English <wizardedit@gentoo.org>
Wed, 8 Jun 2016 19:01:46 +0000 (14:01 -0500)
Package-Manager: portage-2.2.28

dev-python/structlog/Manifest [new file with mode: 0644]
dev-python/structlog/metadata.xml [new file with mode: 0644]
dev-python/structlog/structlog-16.1.0.ebuild [new file with mode: 0644]

diff --git a/dev-python/structlog/Manifest b/dev-python/structlog/Manifest
new file mode 100644 (file)
index 0000000..84e3ced
--- /dev/null
@@ -0,0 +1 @@
+DIST structlog-16.1.0.tar.gz 150604 SHA256 46883e8a48918f18ab99c6413e166dc544acd1ad8bba659d152ac6e82c81c2ca SHA512 eafa89516b99adb02527d0b374f12b438e83a961f08cf42aa10a7196ec81df6ad5492772ae7c52747ac926d8f5a7ca8d89cc12f4dc6d37d21b9935f009894a37 WHIRLPOOL c47376833046c89060cb5a4fdc63d1613d52ce920a8060fb5a736141abd61feb1ce7493334b7099fbc86fc007cf8472b5e2349801b4066bf203ae7f4bf385d6d
diff --git a/dev-python/structlog/metadata.xml b/dev-python/structlog/metadata.xml
new file mode 100644 (file)
index 0000000..f04762c
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>wizardedit@gentoo.org</email>
+    <name>Austin English</name>
+  </maintainer>
+  <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
new file mode 100644 (file)
index 0000000..549813d
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=(python2_7 python3_{4,5} 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}"