mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/agate-excel: Initial import
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
1
dev-python/agate-excel/Manifest
Normal file
1
dev-python/agate-excel/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST agate-excel-0.2.3.tar.gz 153880 BLAKE2B f090c8bbb75341623545781cbf116b547ebc16249eb0c6814e9fbd51d2688fd2bd0354d187d2f803bde69e563b57836e3d214e287ae62455c59075020588d235 SHA512 3a50bab182391bdadb2e0a82dc28a3cfa1eebbe67744835ab20581a67f7f08f4edb96eebc9a286ac4a6a302996571563ca9e487ea7defdcf07265e9c42436ddf
|
||||
24
dev-python/agate-excel/agate-excel-0.2.3.ebuild
Normal file
24
dev-python/agate-excel/agate-excel-0.2.3.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
DISTUTILS_USE_SETUPTOOLS=bdepend
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Adds read support for Excel files (xls and xlsx) to agate."
|
||||
HOMEPAGE="https://github.com/wireservice/agate-excel https://pypi.org/project/agate-excel/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
RDEPEND=""
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/agate-1.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/openpyxl-2.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/xlrd-0.9.4[${PYTHON_USEDEP}]
|
||||
"
|
||||
13
dev-python/agate-excel/metadata.xml
Normal file
13
dev-python/agate-excel/metadata.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>zmedico@gentoo.org</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/wireservice/agate-excel/issues</bugs-to>
|
||||
<changelog>https://github.com/wireservice/agate-excel/blob/master/CHANGELOG.rst</changelog>
|
||||
<remote-id type="pypi">agate-excel</remote-id>
|
||||
<remote-id type="github">wireservice/agate-excel</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user