diff options
author | Wen Heping <wen@FreeBSD.org> | 2020-07-02 23:34:42 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2020-07-02 23:34:42 +0000 |
commit | 141e696e5ea38890f22ffb307a38152b887ef21b (patch) | |
tree | 773f2437214909142c2a9521583d76c239f1673e | |
parent | 7d931862458a8c5fef30ffa6660926bd6b95ddb9 (diff) | |
download | ports-141e696e5ea38890f22ffb307a38152b887ef21b.tar.gz ports-141e696e5ea38890f22ffb307a38152b887ef21b.zip |
Notes
-rw-r--r-- | lang/python-doc-html/distinfo | 18 | ||||
-rw-r--r-- | lang/python37/Makefile | 5 | ||||
-rw-r--r-- | lang/python37/Makefile.version | 2 | ||||
-rw-r--r-- | lang/python37/distinfo | 10 | ||||
-rw-r--r-- | lang/python37/pkg-plist | 7 |
5 files changed, 17 insertions, 25 deletions
diff --git a/lang/python-doc-html/distinfo b/lang/python-doc-html/distinfo index 64be4e733a17..028be2b6ace7 100644 --- a/lang/python-doc-html/distinfo +++ b/lang/python-doc-html/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1593350505 +TIMESTAMP = 1593420922 SHA256 (python/python-2.7.18-docs-html.tar.bz2) = 3d05142817615e77cec99f686dca58289bbfe008af22f94a93262e8663db81c7 SIZE (python/python-2.7.18-docs-html.tar.bz2) = 4732851 SHA256 (python/python-2.7.18-docs-pdf-a4.tar.bz2) = ead357695e43c824ae1a83dd6cd3b4a47215658f3fa20111726ff7ef16a16dd2 @@ -23,14 +23,14 @@ SHA256 (python/python-3.6.11-docs-pdf-letter.tar.bz2) = dc04cecb033a921d084a5f3f SIZE (python/python-3.6.11-docs-pdf-letter.tar.bz2) = 13854494 SHA256 (python/python-3.6.11-docs-text.tar.bz2) = a721595d25cf6dc02052593fcd672e6f96a72aa4ec0fa82c737e2a57c7d5eae5 SIZE (python/python-3.6.11-docs-text.tar.bz2) = 2167458 -SHA256 (python/python-3.7.7-docs-html.tar.bz2) = f9f2a375eaf847ea927edafd0d64aaef76e32db7cfdcafc7d5a198feff48613f -SIZE (python/python-3.7.7-docs-html.tar.bz2) = 6259882 -SHA256 (python/python-3.7.7-docs-pdf-a4.tar.bz2) = b14cf18f78b8db5e099869256f9cd959056d22e2f98321dd4fa162e32dc1f655 -SIZE (python/python-3.7.7-docs-pdf-a4.tar.bz2) = 14184523 -SHA256 (python/python-3.7.7-docs-pdf-letter.tar.bz2) = ff6399745e5efdbd7dabff823b5c2e17b3b8a35b3daa6da06b7a81725e452021 -SIZE (python/python-3.7.7-docs-pdf-letter.tar.bz2) = 14289660 -SHA256 (python/python-3.7.7-docs-text.tar.bz2) = 26231081c1214e2ab1af1001607bafb25ee10ef8671e7f5722782f63e9415bd8 -SIZE (python/python-3.7.7-docs-text.tar.bz2) = 2288271 +SHA256 (python/python-3.7.8-docs-html.tar.bz2) = 36792f03171181623e9a826d53922d9e4b635308f002762c025b2cfc16b289b7 +SIZE (python/python-3.7.8-docs-html.tar.bz2) = 6283763 +SHA256 (python/python-3.7.8-docs-pdf-a4.tar.bz2) = eb3290aa41297fe67c7e2627f05822d903d118ca5aab2c4598d022e2c642755a +SIZE (python/python-3.7.8-docs-pdf-a4.tar.bz2) = 14240584 +SHA256 (python/python-3.7.8-docs-pdf-letter.tar.bz2) = 06166762c5672cc2151520ffaad92676fadfea31206253b85b4fe90ae06f2ee6 +SIZE (python/python-3.7.8-docs-pdf-letter.tar.bz2) = 14333167 +SHA256 (python/python-3.7.8-docs-text.tar.bz2) = 303dfb88ce023db14b50e0e45c8e7b031cd31e17fbf304bf3fa539d6a699937c +SIZE (python/python-3.7.8-docs-text.tar.bz2) = 2290391 SHA256 (python/python-3.8.3-docs-html.tar.bz2) = 2d792badec2d2146397c53b8f67bc2b1a6f3047a4587f49f410839d30ad0d8c9 SIZE (python/python-3.8.3-docs-html.tar.bz2) = 6556303 SHA256 (python/python-3.8.3-docs-pdf-a4.tar.bz2) = cda93cca155ddca7d788b8396b29a5f4655333f9c781b158974f3a08c1dab481 diff --git a/lang/python37/Makefile b/lang/python37/Makefile index b60aba4513ea..6b157ede9fd3 100644 --- a/lang/python37/Makefile +++ b/lang/python37/Makefile @@ -3,17 +3,12 @@ PORTNAME= python PORTVERSION= ${PYTHON_PORTVERSION} -PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} PKGNAMESUFFIX= ${PYTHON_SUFFIX} DISTNAME= Python-${PORTVERSION} DIST_SUBDIR= python -PATCH_SITES= https://github.com/python/cpython/commit/ -PATCHFILES= b57a73694e26e8b2391731b5ee0b1be59437388e.patch:-p1 \ - 34f85af3229f86c004a954c3f261ceea1f5e9f95.patch:-p1 - MAINTAINER= python@FreeBSD.org COMMENT= Interpreted object-oriented programming language diff --git a/lang/python37/Makefile.version b/lang/python37/Makefile.version index 37348f384275..5f988330956c 100644 --- a/lang/python37/Makefile.version +++ b/lang/python37/Makefile.version @@ -3,4 +3,4 @@ # Do not forget to update python documentation (lang/python-doc-*) # Run "make -C lang/python-doc-html makesum" -PYTHON_PORTVERSION= 3.7.7 +PYTHON_PORTVERSION= 3.7.8 diff --git a/lang/python37/distinfo b/lang/python37/distinfo index 683037a880eb..fd8e564e848d 100644 --- a/lang/python37/distinfo +++ b/lang/python37/distinfo @@ -1,7 +1,3 @@ -TIMESTAMP = 1591492488 -SHA256 (python/Python-3.7.7.tar.xz) = 06a0a9f1bf0d8cd1e4121194d666c4e28ddae4dd54346de6c343206599f02136 -SIZE (python/Python-3.7.7.tar.xz) = 17268888 -SHA256 (python/b57a73694e26e8b2391731b5ee0b1be59437388e.patch) = c0600667e20d931a6c03d109b6be2bda3eac3923db0ff39e090dc7727c5e45ac -SIZE (python/b57a73694e26e8b2391731b5ee0b1be59437388e.patch) = 10979 -SHA256 (python/34f85af3229f86c004a954c3f261ceea1f5e9f95.patch) = 9fc707c3281b242e1448fd01a09e7dd7267d3ca84feeebc459786c644c79f9a3 -SIZE (python/34f85af3229f86c004a954c3f261ceea1f5e9f95.patch) = 6680 +TIMESTAMP = 1593394891 +SHA256 (python/Python-3.7.8.tar.xz) = 43a543404b363f0037f89df8478f19db2dbc0d6f3ffee310bc2997fa71854a63 +SIZE (python/Python-3.7.8.tar.xz) = 17399552 diff --git a/lang/python37/pkg-plist b/lang/python37/pkg-plist index ea50c31d29b6..fb8af30271a0 100644 --- a/lang/python37/pkg-plist +++ b/lang/python37/pkg-plist @@ -2136,8 +2136,8 @@ lib/python%%XYDOT%%/ensurepip/__pycache__/__main__.cpython-%%XY%%.pyc lib/python%%XYDOT%%/ensurepip/__pycache__/_uninstall.cpython-%%XY%%.opt-1.pyc lib/python%%XYDOT%%/ensurepip/__pycache__/_uninstall.cpython-%%XY%%.opt-2.pyc lib/python%%XYDOT%%/ensurepip/__pycache__/_uninstall.cpython-%%XY%%.pyc -lib/python%%XYDOT%%/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl -lib/python%%XYDOT%%/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl +lib/python%%XYDOT%%/ensurepip/_bundled/pip-20.1.1-py2.py3-none-any.whl +lib/python%%XYDOT%%/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl lib/python%%XYDOT%%/ensurepip/_uninstall.py lib/python%%XYDOT%%/enum.py lib/python%%XYDOT%%/filecmp.py @@ -2191,11 +2191,12 @@ lib/python%%XYDOT%%/http/server.py lib/python%%XYDOT%%/idlelib/CREDITS.txt lib/python%%XYDOT%%/idlelib/ChangeLog lib/python%%XYDOT%%/idlelib/HISTORY.txt +lib/python%%XYDOT%%/idlelib/Icons/README.txt lib/python%%XYDOT%%/idlelib/Icons/folder.gif -lib/python%%XYDOT%%/idlelib/Icons/idle.icns lib/python%%XYDOT%%/idlelib/Icons/idle.ico lib/python%%XYDOT%%/idlelib/Icons/idle_16.gif lib/python%%XYDOT%%/idlelib/Icons/idle_16.png +lib/python%%XYDOT%%/idlelib/Icons/idle_256.png lib/python%%XYDOT%%/idlelib/Icons/idle_32.gif lib/python%%XYDOT%%/idlelib/Icons/idle_32.png lib/python%%XYDOT%%/idlelib/Icons/idle_48.gif |