summaryrefslogtreecommitdiff
path: root/python3-cached-property
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2020-03-19 12:45:39 -0500
committerMatt Housh <jaeger@crux.ninja>2020-03-19 12:45:39 -0500
commit3c8cd09a22649c8faadc7200d2735afd71adaf06 (patch)
tree66a3b41916e6ce5e260468e7bbfa6ade015e284d /python3-cached-property
parentd683d067501a4664dad3effa23e435d252c52318 (diff)
downloadcontrib-3c8cd09a22649c8faadc7200d2735afd71adaf06.tar.gz
contrib-3c8cd09a22649c8faadc7200d2735afd71adaf06.tar.xz
python3-cached-property: initial import, version 1.5.1
Diffstat (limited to 'python3-cached-property')
-rw-r--r--python3-cached-property/.footprint13
-rw-r--r--python3-cached-property/.signature5
-rw-r--r--python3-cached-property/Pkgfile15
3 files changed, 33 insertions, 0 deletions
diff --git a/python3-cached-property/.footprint b/python3-cached-property/.footprint
new file mode 100644
index 000000000..361cec805
--- /dev/null
+++ b/python3-cached-property/.footprint
@@ -0,0 +1,13 @@
+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/__pycache__/
+-rw-r--r-- root/root usr/lib/python3.7/site-packages/__pycache__/cached_property.cpython-37.pyc
+drwxr-xr-x root/root usr/lib/python3.7/site-packages/cached_property-1.5.1-py3.7.egg-info/
+-rw-r--r-- root/root usr/lib/python3.7/site-packages/cached_property-1.5.1-py3.7.egg-info/PKG-INFO
+-rw-r--r-- root/root usr/lib/python3.7/site-packages/cached_property-1.5.1-py3.7.egg-info/SOURCES.txt
+-rw-r--r-- root/root usr/lib/python3.7/site-packages/cached_property-1.5.1-py3.7.egg-info/dependency_links.txt
+-rw-r--r-- root/root usr/lib/python3.7/site-packages/cached_property-1.5.1-py3.7.egg-info/not-zip-safe
+-rw-r--r-- root/root usr/lib/python3.7/site-packages/cached_property-1.5.1-py3.7.egg-info/top_level.txt
+-rw-r--r-- root/root usr/lib/python3.7/site-packages/cached_property.py
diff --git a/python3-cached-property/.signature b/python3-cached-property/.signature
new file mode 100644
index 000000000..a9191e56f
--- /dev/null
+++ b/python3-cached-property/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF38tKE7w+m4+VQ8kbmm+B/89cD97RPqpwVF99CTUdGdSK1GCsRLwqJQaOVnXN9m7UnFykbsmJRyayKMrsC3MqmAo=
+SHA256 (Pkgfile) = 71ac2b29f263277da099f0d24c7b5dbd7a3bfe5703b0e76602a7420c89b60628
+SHA256 (.footprint) = 763323a4f43a568ebcb28f08c8bb8a1b8a9c9a24754ce499d29b4502bb0c68d3
+SHA256 (cached-property-1.5.1.tar.gz) = 9217a59f14a5682da7c4b8829deadbfc194ac22e9908ccf7c8820234e80a1504
diff --git a/python3-cached-property/Pkgfile b/python3-cached-property/Pkgfile
new file mode 100644
index 000000000..53c1fd55c
--- /dev/null
+++ b/python3-cached-property/Pkgfile
@@ -0,0 +1,15 @@
+# Description: A decorator for caching properties in classes
+# URL: https://pypi.org/project/cached-property/
+# Maintainer: Matt Housh, jaeger at crux dot ninja
+# Depends on: python3-setuptools
+
+name=python3-cached-property
+version=1.5.1
+release=1
+source=(https://files.pythonhosted.org/packages/57/8e/0698e10350a57d46b3bcfe8eff1d4181642fd1724073336079cb13c5cf7f/cached-property-$version.tar.gz)
+
+build() {
+ cd cached-property-$version
+ python3 setup.py build
+ python3 setup.py install --root=$PKG
+}

Generated by cgit