mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-27 21:48:16 -07:00
dev-python/structlog: add initial 16.1.0 ebuild
Package-Manager: portage-2.2.28
This commit is contained in:
1
dev-python/structlog/Manifest
Normal file
1
dev-python/structlog/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST structlog-16.1.0.tar.gz 150604 SHA256 46883e8a48918f18ab99c6413e166dc544acd1ad8bba659d152ac6e82c81c2ca SHA512 eafa89516b99adb02527d0b374f12b438e83a961f08cf42aa10a7196ec81df6ad5492772ae7c52747ac926d8f5a7ca8d89cc12f4dc6d37d21b9935f009894a37 WHIRLPOOL c47376833046c89060cb5a4fdc63d1613d52ce920a8060fb5a736141abd61feb1ce7493334b7099fbc86fc007cf8472b5e2349801b4066bf203ae7f4bf385d6d
|
||||
15
dev-python/structlog/metadata.xml
Normal file
15
dev-python/structlog/metadata.xml
Normal file
@@ -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>
|
||||
18
dev-python/structlog/structlog-16.1.0.ebuild
Normal file
18
dev-python/structlog/structlog-16.1.0.ebuild
Normal file
@@ -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}"
|
||||
Reference in New Issue
Block a user