Commits

Renee Otten authored bb7b4ca0ef5
py-olefile: remove py26 and py3[34] subports
No tags

python/py-olefile/Portfile

Modified
4 4 PortGroup python 1.0
5 5
6 6 name py-olefile
7 7 version 0.46
8 8 revision 0
9 9 categories-append devel
10 10 platforms darwin
11 11 license BSD
12 12 supported_archs noarch
13 13
14 -python.versions 26 27 33 34 35 36 37 38
14 +python.versions 27 35 36 37 38
15 15
16 16 maintainers nomaintainer
17 17
18 18 description Python package to parse read and write Microsoft OLE2 files (Structured \
19 19 Storage or Compound Document Microsoft Office) - Improved version of the \
20 20 OleFileIO module from PIL, the Python Image Library.
21 21 long_description ${description}
22 22
23 23 homepage https://www.decalage.info/python/olefileio
24 24 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
25 25
26 26 distname ${python.rootname}-${version}
27 27 use_zip yes
28 28
29 29 checksums rmd160 aa90d9d17668567a3d21d0e2c458dd772463fee4 \
30 30 sha256 133b031eaf8fd2c9399b78b8bc5b8fcbe4c31e85295749bb17a87cba8f3c3964 \
31 31 size 112226
32 32
33 33 if {${name} ne ${subport}} {
34 - if {${python.version} in "26 33"} {
35 - version 0.44
36 - revision 0
37 - checksums rmd160 e85ff631ac1992b5b59dcf98ced566c7778d2ea4 \
38 - sha256 61f2ca0cd0aa77279eb943c07f607438edf374096b66332fae1ee64a6f0f73ad \
39 - size 74147
40 - distname ${python.rootname}-${version}
41 - }
42 -
43 34 depends_build-append \
44 35 port:py${python.version}-setuptools
45 36
46 37 test.run yes
47 38 test.cmd ${python.bin} setup.py
48 39
49 40 livecheck.type none
50 41 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut