Skip to content

Commit

Permalink
python39: update to 3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Apr 3, 2021
1 parent abba7b4 commit f016205
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 49 deletions.
10 changes: 4 additions & 6 deletions lang/python39/Portfile
Expand Up @@ -6,8 +6,7 @@ PortGroup select 1.0
name python39

# Remember to keep py39-tkinter and py39-gdbm's versions sync'd with this
version 3.9.2
revision 2
version 3.9.3

set branch [join [lrange [split ${version} .] 0 1] .]
categories lang
Expand All @@ -24,9 +23,9 @@ master_sites ${homepage}ftp/python/${version}/

distname Python-${version}
use_xz yes
checksums md5 f0dc9000312abeb16de4eccce9a870ab \
rmd160 fc9045875edfa50ec5238872296fa894d4f09129 \
sha256 3c2034c54f811448f516668dce09d24008a0716c3a794dd8639b5388cbde247d
checksums md5 11410f31e334f06c07c89e87a1cb7d6e \
rmd160 0e6d9e681a335182f0d861e797c56e82653340d0 \
sha256 30811039c65e04c14fc698e423947e464f9316e69fb44610bd38446046bb82b5

patchfiles patch-setup.py.diff \
patch-Lib-cgi.py.diff \
Expand All @@ -35,7 +34,6 @@ patchfiles patch-setup.py.diff \
patch-libedit.diff \
patch-configure-xcode4bug.diff \
sysconfig.py.diff \
_ctypes_callback.c-pragma.patch \
distutils_spawn.py.patch

if {${os.platform} eq "darwin" && ${os.major} < 10} {
Expand Down
35 changes: 0 additions & 35 deletions lang/python39/files/_ctypes_callback.c-pragma.patch

This file was deleted.

8 changes: 4 additions & 4 deletions python/py-gdbm/Portfile
Expand Up @@ -137,13 +137,13 @@ subport py38-gdbm {
}
subport py39-gdbm {
maintainers {jmr @jmroot}
version 3.9.2
version 3.9.3
revision 0
homepage https://docs.python.org/release/${version}/library/dbm.html
use_xz yes
checksums md5 f0dc9000312abeb16de4eccce9a870ab \
rmd160 fc9045875edfa50ec5238872296fa894d4f09129 \
sha256 3c2034c54f811448f516668dce09d24008a0716c3a794dd8639b5388cbde247d
checksums md5 11410f31e334f06c07c89e87a1cb7d6e \
rmd160 0e6d9e681a335182f0d861e797c56e82653340d0 \
sha256 30811039c65e04c14fc698e423947e464f9316e69fb44610bd38446046bb82b5
set setup_py "setup-py3k.py"
set extract_files "Modules/_gdbmmodule.c Modules/clinic/_gdbmmodule.c.h"
livecheck.regex {Python (3\.9\.[0-9]+)}
Expand Down
8 changes: 4 additions & 4 deletions python/py-tkinter/Portfile
Expand Up @@ -129,13 +129,13 @@ subport py38-tkinter {
}
subport py39-tkinter {
maintainers {jmr @jmroot}
version 3.9.2
version 3.9.3
revision 0
homepage https://docs.python.org/release/${version}/library/tkinter.html
use_xz yes
checksums md5 f0dc9000312abeb16de4eccce9a870ab \
rmd160 fc9045875edfa50ec5238872296fa894d4f09129 \
sha256 3c2034c54f811448f516668dce09d24008a0716c3a794dd8639b5388cbde247d
checksums md5 11410f31e334f06c07c89e87a1cb7d6e \
rmd160 0e6d9e681a335182f0d861e797c56e82653340d0 \
sha256 30811039c65e04c14fc698e423947e464f9316e69fb44610bd38446046bb82b5
append extract_files " Modules/tkinter.h Modules/clinic/_tkinter.c.h"
set module_name tkinter
}
Expand Down

1 comment on commit f016205

@cjones051073
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Md5 checksum could be removed, we don’t recommend using it any more, and size checksum should be added.

Please sign in to comment.