mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-python/anyascii: new package, v. 0.3.1
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
1
dev-python/anyascii/Manifest
Normal file
1
dev-python/anyascii/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST anyascii-0.3.1.tar.gz 8943636 BLAKE2B 0659ee933bb43e72f39106b799f03524f0a6e4d89b312aae497c62a43107984f6862a02603b82c08fbe2697a1f3835cad005979974df8d719215bd08d2ed0b6e SHA512 4f836dcb09bfec55b40068c962ebda535c7c7ab37ad0ce71021bedc0248f3a70ae46398df033704a3944cf9d645ac9aa03f4e8764791d5f576eacd449f426815
|
||||
25
dev-python/anyascii/anyascii-0.3.1.ebuild
Normal file
25
dev-python/anyascii/anyascii-0.3.1.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} ) # pypy3 )
|
||||
# DISTUTILS_USE_PEP517=setuptools
|
||||
# inherit distutils-r1
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Unicode to ASCII transliteration"
|
||||
HOMEPAGE="https://github.com/anyascii/anyascii/"
|
||||
SRC_URI="https://github.com/anyascii/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="ISC"
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
${PYTHON_DEPS}
|
||||
"
|
||||
|
||||
S=${WORKDIR}/${P}/impl/python
|
||||
|
||||
distutils_enable_tests pytest
|
||||
8
dev-python/anyascii/metadata.xml
Normal file
8
dev-python/anyascii/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>pascal.jaeger@leimstift.de</email>
|
||||
<name>Pascal Jaeger</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user