New package: python3-readlike-0.1.3

This commit is contained in:
Alex Childs 2018-11-26 22:55:45 -06:00 committed by maxice8
parent a9d7fb03a0
commit ece2524f35
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -0,0 +1,20 @@
# Template file for 'python3-readlike'
pkgname=python3-readlike
version=0.1.3
revision=1
noarch=yes
wrksrc=readlike-${version}
build_style=python3-module
pycompile_module="readlike.py"
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="GNU Readline-like line editing module for Python3"
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
license="MIT"
homepage="https://github.com/jangler/readlike"
distfiles="${PYPI_SITE}/r/readlike/readlike-${version}.tar.gz"
checksum=4486ba5f1c1770dc6458316ecb95ea12e1ba7f59f328804fa17a8212b743fc08
post_install() {
vlicense LICENSE
}