diff --git a/dev-python/structlog/Manifest b/dev-python/structlog/Manifest new file mode 100644 index 0000000000000..84e3ced67b127 --- /dev/null +++ b/dev-python/structlog/Manifest @@ -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 index 0000000000000..f04762cdc67e6 --- /dev/null +++ b/dev-python/structlog/metadata.xml @@ -0,0 +1,15 @@ + + + + + wizardedit@gentoo.org + Austin English + + + Structured Logging for Python + + + structlog + hynek/structlog + + diff --git a/dev-python/structlog/structlog-16.1.0.ebuild b/dev-python/structlog/structlog-16.1.0.ebuild new file mode 100644 index 0000000000000..549813dc0734c --- /dev/null +++ b/dev-python/structlog/structlog-16.1.0.ebuild @@ -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}"