File tree 1 file changed +32
-0
lines changed 1 file changed +32
-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-polib
7
+ version 1.2.0
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 A library to manipulate gettext files (po and mo files).
17
+ long_description {*}${description}
18
+
19
+ homepage https://github.com/izimobil/polib/
20
+
21
+ checksums rmd160 f1ecbdc73ebbdd5369cbeafd5d3fd6fa752ea219 \
22
+ sha256 f3ef94aefed6e183e342a8a269ae1fc4742ba193186ad76f175938621dbfc26b \
23
+ size 161658
24
+
25
+ python.versions 313
26
+
27
+ if {${subport} ne ${name} } {
28
+ test.run yes
29
+ python.test_framework
30
+ test.cmd ${python.bin}
31
+ test.args tests/tests.py
32
+ }
You can’t perform that action at this time.
0 commit comments