mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/readlike: initial ebuild
Package-Manager: Portage-2.3.0, Repoman-2.3.1
This commit is contained in:
1
dev-python/readlike/Manifest
Normal file
1
dev-python/readlike/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST readlike-0.1.2.tar.gz 5068 SHA256 08645493a24eecbcad70a5ed7fbf1a3820ba5e57e9690297edc485c2992f66b2 SHA512 4ecd694c69c615ec37da05341596af4ec26abeeda78ecf10fc3019533a7ab092ed1e1e4f8910a7835d7ffb157b203cb0395a2eba135d3aba861abb75d466980e WHIRLPOOL d41e5998be1219bba36507e9fa5d14197070877ea6c938271df30c7ee5ce46f780b405fdb32d46cb3707779f0af3681b617ba4ea4f51acccca45ebb3100771f4
|
||||
11
dev-python/readlike/metadata.xml
Normal file
11
dev-python/readlike/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>williamh@gentoo.org</email>
|
||||
<name>William Hubbs</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
21
dev-python/readlike/readlike-0.1.2.ebuild
Normal file
21
dev-python/readlike/readlike-0.1.2.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5} )
|
||||
inherit distutils-r1
|
||||
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DESCRIPTION="a python library similar to readline"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/readlike"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user