diff options
author | Tim Biermann <tbier@posteo.de> | 2021-06-14 19:51:55 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-06-14 19:51:55 +0000 |
commit | d7f5f579eb18bacfd250dc56904bf54d7f03f8ea (patch) | |
tree | 0fc77d4808a01214058705a922de1e81fba001bb /python3-webcolors | |
parent | 88f209a169a28d34fb58e976b1223554bbd634ac (diff) | |
download | contrib-d7f5f579eb18bacfd250dc56904bf54d7f03f8ea.tar.gz contrib-d7f5f579eb18bacfd250dc56904bf54d7f03f8ea.tar.xz |
python3-webcolors: initial commit, version 1.11.1
Diffstat (limited to 'python3-webcolors')
-rw-r--r-- | python3-webcolors/.footprint | 13 | ||||
-rw-r--r-- | python3-webcolors/.signature | 4 | ||||
-rw-r--r-- | python3-webcolors/Pkgfile | 17 |
3 files changed, 34 insertions, 0 deletions
diff --git a/python3-webcolors/.footprint b/python3-webcolors/.footprint new file mode 100644 index 000000000..f9fa9a66f --- /dev/null +++ b/python3-webcolors/.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.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__/webcolors.cpython-39.pyc +drwxr-xr-x root/root usr/lib/python3.9/site-packages/webcolors-1.11.1-py3.9.egg-info/ +-rw-r--r-- root/root usr/lib/python3.9/site-packages/webcolors-1.11.1-py3.9.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python3.9/site-packages/webcolors-1.11.1-py3.9.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python3.9/site-packages/webcolors-1.11.1-py3.9.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python3.9/site-packages/webcolors-1.11.1-py3.9.egg-info/not-zip-safe +-rw-r--r-- root/root usr/lib/python3.9/site-packages/webcolors-1.11.1-py3.9.egg-info/top_level.txt +-rw-r--r-- root/root usr/lib/python3.9/site-packages/webcolors.py diff --git a/python3-webcolors/.signature b/python3-webcolors/.signature new file mode 100644 index 000000000..1a470a28b --- /dev/null +++ b/python3-webcolors/.signature @@ -0,0 +1,4 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF39VYPY9gyY/kisVYZY6NVU5ThHQlKzdSM0IWOh2Ny2H4/PhOSjgw/7eAyUX0uhBnANeWmw1T6odTIWTT37oeoA8= +SHA256 (Pkgfile) = d94af1f9a55e0bfdc0ba56061f54b978eca4d1622fec3224e6e2c29724b92494 +SHA256 (.footprint) = 54ea7149e52bc3d3981df329429f70e23c10f6b5fb0acd6331a210e547e055c9 diff --git a/python3-webcolors/Pkgfile b/python3-webcolors/Pkgfile new file mode 100644 index 000000000..b8db18edb --- /dev/null +++ b/python3-webcolors/Pkgfile @@ -0,0 +1,17 @@ +# Description: A library for working with color names and color value formats defined by the HTML and CSS specifications for use in documents on the Web +# URL: https://github.com/ubernostrum/webcolors +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: python3-setuptools + +name=python3-webcolors +version=1.11.1 +release=1 +source=(https://pypi.io/packages/source/w/webcolors/webcolors-$version.tar.gz) + +build() { + cd webcolors-$version + /usr/bin/python3 setup.py build + /usr/bin/python3 setup.py install --prefix=/usr \ + --root=$PKG \ + --skip-build +} |