mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
dev-python/tblib: initial import
Package-Manager: Portage-2.3.4, Repoman-2.3.2
This commit is contained in:
1
dev-python/tblib/Manifest
Normal file
1
dev-python/tblib/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST tblib-1.3.0.tar.gz 25295 SHA256 d1078592e594a2d73d2d383aa6fe551cc646cd986a092cc9824724e5a6832a0a SHA512 2bead497b7a2ff2a23e164935efe5ca242cb6d6063a7d5e1cf88d7d3af6475255435507855f5f359738285d315f0c8c0274c539f33cf5017fcb743c49b8f58a3 WHIRLPOOL 0c51dfb2bbac35554799e46602b8a7f76c48ddee307d304639cb9cb83cff199ab5bc8fe4e590a2a7127a60071289f27edb7dd7842893065ac48419ba06aac6f6
|
||||
12
dev-python/tblib/metadata.xml
Normal file
12
dev-python/tblib/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">tblib</remote-id>
|
||||
<remote-id type="github">ionelmc/python-tblib</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
20
dev-python/tblib/tblib-1.3.0.ebuild
Normal file
20
dev-python/tblib/tblib-1.3.0.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Traceback fiddling library for Python"
|
||||
HOMEPAGE="https://github.com/ionelmc/python-tblib"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
Reference in New Issue
Block a user