1
0
forked from ports/contrib

python3-toml: 0.10.1 -> 0.10.2

This commit is contained in:
Tim Biermann 2020-11-02 14:39:42 +00:00
parent d241dc839f
commit a1aeccd7f2
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 12 additions and 11 deletions

View File

@ -2,11 +2,11 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.7/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/toml-0.10.1-py3.7.egg-info/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/toml-0.10.1-py3.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.7/site-packages/toml-0.10.1-py3.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/toml-0.10.1-py3.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/toml-0.10.1-py3.7.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.7/site-packages/toml-0.10.2-py3.7.egg-info/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/toml-0.10.2-py3.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.7/site-packages/toml-0.10.2-py3.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/toml-0.10.2-py3.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/toml-0.10.2-py3.7.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.7/site-packages/toml/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/toml/__init__.py
drwxr-xr-x root/root usr/lib/python3.7/site-packages/toml/__pycache__/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38uFw++zKeROpPu+kye+IHZynUW0aCaTmXzE31diaIT9b9UjdvPxZ+jHOSDeN/fQvfJJWvQXO/6i0t+SL/dNVAI=
SHA256 (Pkgfile) = eb8694f8e6d59531d30b69bfc328ed0712bc4ef82f4cd09a7989c999bab442f5
SHA256 (.footprint) = d100abdedf53fa055f2634eac53f19b6004e59e41f48c30b71e41c2efe0464bf
SHA256 (python3-toml-0.10.1.tar.gz) = f03a628c5751328fdec6fa84656199f51dd6000b7ecc1fe490e3fbe89ebfd476
RWSagIOpLGJF38vHmhAxGPKA/tOAjwUI65ROlt5rg3N1MDSMaj+O+mpknNNFzS6jJTIKDJhP56D6fB2tFxil7xh2VRTeti23yQE=
SHA256 (Pkgfile) = c4ea46e881f3beeab7694401108955d2252bf38d608234b215cf9d4bd13fd7df
SHA256 (.footprint) = 7af1f443c10a1d806af63b971b6f577745ce9d328ae9633f8f3af1358ddd8fbd
SHA256 (toml-0.10.2.tar.gz) = b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f

View File

@ -4,9 +4,10 @@
# Depends on: python3-setuptools
name=python3-toml
version=0.10.1
version=0.10.2
release=1
source=(https://github.com/uiri/toml/archive/$version/$name-$version.tar.gz)
#source=(https://github.com/uiri/toml/archive/$version/$name-$version.tar.gz)
source=(https://files.pythonhosted.org/packages/be/ba/1f744cdc819428fc6b5084ec34d9b30660f6f9daaf70eead706e3203ec3c/toml-$version.tar.gz)
build() {
cd toml-$version