summaryrefslogtreecommitdiff
path: root/dev-python/pylev
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
commitabaa75b10f899ada8dd05b23cc03205064394bc6 (patch)
treeeca3dd248b73b92013cba00a0fcc1edf2696e19a /dev-python/pylev
parent24fd814c326e282c4321965c31f341dad77e270d (diff)
gentoo resync : 22.01.2021
Diffstat (limited to 'dev-python/pylev')
-rw-r--r--dev-python/pylev/Manifest3
-rw-r--r--dev-python/pylev/metadata.xml16
-rw-r--r--dev-python/pylev/pylev-1.2.0.ebuild16
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/pylev/Manifest b/dev-python/pylev/Manifest
new file mode 100644
index 000000000000..75b6fa9ac5a8
--- /dev/null
+++ b/dev-python/pylev/Manifest
@@ -0,0 +1,3 @@
+DIST pylev-1.2.0.tar.gz 3048 BLAKE2B 3bb8c18350667cd6405ae87afb0bce5c7aa987bb318f6ede0220b268facc2bb06f0c0daedb8cfcc9e7a64f65ac32d75b80e9c2718214925fe9965082f434f47a SHA512 848bda63a3bb5f686944ec1396ad916fe18546fd681a106b7b9641231bed540db6ad9f88f56bbcceb71cedd2c2d7c567295071b1de81f3d10cf115b6459bc793
+EBUILD pylev-1.2.0.ebuild 418 BLAKE2B 92f3c437ec14c69ec498bc4ecee78b8c925acd5c07929614968e59f5c29ab0c7c3baa8b5df7c97066b97243ef47f1998c8d10d902438fcfa2daf29f0e10138a6 SHA512 9aef6bc9f1e85f829b26e8eb0d11dcbd7f35f19e7abe47a13271ea15e1348d7ab3f4d96a48f9dae0b8fd8aeeb9833f1dad69ad69ba1c674634390c57844d1ddb
+MISC metadata.xml 511 BLAKE2B 2a6e66dad341afe9386031a90d395cfc9518526e4c4441cab70c98c700c0d64b706dc7680f71e282f549239ad0e5af386772e3f1aa0848a4cbac9b37627134a2 SHA512 632108658c5730efe8bc9132d1b1023c0b3daa54b95f2ce6477ead3f0723d98ee24fad95df150892b4b3c6ce7783b26200a4e4d3ff55b6c36960d882a648aacc
diff --git a/dev-python/pylev/metadata.xml b/dev-python/pylev/metadata.xml
new file mode 100644
index 000000000000..1023f11f98d0
--- /dev/null
+++ b/dev-python/pylev/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>jakov.smolic@sartura.hr</email>
+ <name>Jakov Smolic</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">toastdriven/pylev</remote-id>
+ <remote-id type="pypi">pylev</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pylev/pylev-1.2.0.ebuild b/dev-python/pylev/pylev-1.2.0.ebuild
new file mode 100644
index 000000000000..daa262889217
--- /dev/null
+++ b/dev-python/pylev/pylev-1.2.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="Python Levenshtein implementation"
+HOMEPAGE="https://github.com/toastdriven/pylev"
+SRC_URI="https://github.com/toastdriven/pylev/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"