Files
Renee Otten caa4b3c9f8 py-lepl: remove py34 subport
- add size to checksums
- use python.rootname, default PyPI livecheck
2019-11-12 21:26:23 -05:00

39 lines
1.1 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-lepl
python.rootname LEPL
version 5.1.3
revision 0
categories-append devel
license MPL
platforms darwin
supported_archs noarch
maintainers {stromnov @stromnov} openmaintainer
description A Parser Library for Python 2.6+.
long_description \
LEPL is a recursive descent parser, written in Python, \
which has a a friendly, easy-to-use syntax.
homepage https://pypi.python.org/pypi/LEPL/
master_sites pypi:L/LEPL/
distname LEPL-${version}
checksums rmd160 dc5bb15465e38d7748a440e644adbc3a2984a929 \
sha256 a8715c709308350ce4afed5d525682656886d38141387ec87d44421da8d41397 \
size 203680
python.versions 27 35 36
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
}