Commits

Themanwithoutaplan authored and Perry E. Metzger committed 744627851e4
python38-devel: update to version 3.8.0b3
No tags

lang/python38-devel/Portfile

Modified
1 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 2
3 3 PortSystem 1.0
4 4 PortGroup select 1.0
5 5
6 6 name python38-devel
7 7
8 -version 3.8.0b2
8 +version 3.8.0b3
9 9 epoch 1
10 -revision 1
10 +revision 0
11 11 set major [lindex [split $version .] 0]
12 12 set branch [join [lrange [split ${version} .] 0 1] .]
13 13
14 14 categories lang
15 15 license PSF
16 16 platforms darwin
17 17 maintainers nomaintainer
18 18
19 19 description An interpreted, object-oriented programming language
20 20 long_description Python is an interpreted, interactive, object-oriented \
21 21 programming language.
22 22
23 23 homepage https://www.python.org/
24 24 master_sites ${homepage}ftp/python/3.8.0/
25 25
26 26 distname Python-${version}
27 27 use_xz yes
28 -checksums rmd160 cbf0ee2fe22f358558d50e8dbe9c2581be951f43 \
29 - sha256 74c1609fd006409c2b69d46fb44d2ca29f4ab8745c48d30af1a6b0bacb6f09e6 \
30 - size 17638912
28 +checksums rmd160 6315c906c7ff4412e3b7e166e82634135b0efccc \
29 + sha256 cd7a81efcc9f82e20f9d6a41fd6f9859ddc2a082dcbc3fa62932e53b6f41980f \
30 + size 17768608
31 31
32 32 patchfiles patch-setup.py.diff \
33 33 patch-Lib-cgi.py.diff \
34 34 patch-configure.diff \
35 35 patch-Lib-ctypes-macholib-dyld.py.diff \
36 36 patch-libedit.diff \
37 37 patch-configure-xcode4bug.diff
38 38
39 39 depends_build port:pkgconfig
40 40 depends_lib port:bzip2 \

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

Add shortcut