File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
python/py-cucumber-expressions Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ # -*- 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
2+
3+ PortSystem 1.0
4+ PortGroup python 1.0
5+
6+ name py-cucumber-expressions
7+ version 18.0.1
8+ revision 0
9+
10+ categories-append devel
11+ platforms {darwin any}
12+ supported_archs noarch
13+ license MIT
14+ maintainers nomaintainer
15+
16+ description Cucumber Expressions - a simpler alternative to Regular \
17+ Expressions
18+ long_description {*}${description}
19+
20+ homepage https://github.com/cucumber/cucumber-expressions
21+
22+ distname cucumber_expressions-${version}
23+
24+ checksums rmd160 4f84e96b22416b7b608cc5c844326dcbc53169a9 \
25+ sha256 86ce41bf28ee520408416f38022e5a083d815edf04a0bd1dae46d474ca597c60 \
26+ size 22232
27+
28+ python.versions 313
29+ python.pep517_backend poetry
You can’t perform that action at this time.
0 commit comments