forked from ports/contrib
python3-cached-property: 1.5.1 -> 1.5.2
This commit is contained in:
parent
c4f6a07133
commit
8fae56f46c
python3-cached-property
@ -4,10 +4,10 @@ drwxr-xr-x root/root usr/lib/python3.9/
|
||||
drwxr-xr-x root/root usr/lib/python3.9/site-packages/
|
||||
drwxr-xr-x root/root usr/lib/python3.9/site-packages/__pycache__/
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/__pycache__/cached_property.cpython-39.pyc
|
||||
drwxr-xr-x root/root usr/lib/python3.9/site-packages/cached_property-1.5.1-py3.9.egg-info/
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/cached_property-1.5.1-py3.9.egg-info/PKG-INFO
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/cached_property-1.5.1-py3.9.egg-info/SOURCES.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/cached_property-1.5.1-py3.9.egg-info/dependency_links.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/cached_property-1.5.1-py3.9.egg-info/not-zip-safe
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/cached_property-1.5.1-py3.9.egg-info/top_level.txt
|
||||
drwxr-xr-x root/root usr/lib/python3.9/site-packages/cached_property-1.5.2-py3.9.egg-info/
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/cached_property-1.5.2-py3.9.egg-info/PKG-INFO
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/cached_property-1.5.2-py3.9.egg-info/SOURCES.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/cached_property-1.5.2-py3.9.egg-info/dependency_links.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/cached_property-1.5.2-py3.9.egg-info/not-zip-safe
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/cached_property-1.5.2-py3.9.egg-info/top_level.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/cached_property.py
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3+XVonXFAaue1i92RUxvrZb1phbf5qmxnccutmTS0SnaAqWKHKRo3IvO/k+E5lIqzgFFRIVHQoaZgeUm4xSJkAQ=
|
||||
SHA256 (Pkgfile) = 71ac2b29f263277da099f0d24c7b5dbd7a3bfe5703b0e76602a7420c89b60628
|
||||
SHA256 (.footprint) = f543a98c6bfef778c2e332103fb7818ec81f5d790dae916b5c4ac55fe484a4bf
|
||||
SHA256 (cached-property-1.5.1.tar.gz) = 9217a59f14a5682da7c4b8829deadbfc194ac22e9908ccf7c8820234e80a1504
|
||||
RWSagIOpLGJF3+ecQUegH906B4dMKT2aR8cid3f2nrwjRsYdcwefSAumzTtmL9y/baXcF5tipVBpIO5JBc63T8Lx+oy2zSi+/AQ=
|
||||
SHA256 (Pkgfile) = 8410a93f3f6706313738b8239185a0060fcc68ce94d950929678f58fabf9699f
|
||||
SHA256 (.footprint) = d37c0afee5b6ec1f58a2e2c03452ba85c26d3296be370fbce6e09effe0c50164
|
||||
SHA256 (cached-property-1.5.2.tar.gz) = 9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130
|
||||
|
@ -4,9 +4,9 @@
|
||||
# Depends on: python3-setuptools
|
||||
|
||||
name=python3-cached-property
|
||||
version=1.5.1
|
||||
version=1.5.2
|
||||
release=1
|
||||
source=(https://files.pythonhosted.org/packages/57/8e/0698e10350a57d46b3bcfe8eff1d4181642fd1724073336079cb13c5cf7f/cached-property-$version.tar.gz)
|
||||
source=(https://pypi.python.org/packages/source/c/cached-property/cached-property-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd cached-property-$version
|
||||
|
Loading…
x
Reference in New Issue
Block a user