summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-06-14 19:51:52 +0000
committerTim Biermann <tbier@posteo.de>2021-06-14 19:51:52 +0000
commit4de37ce3a819bca6b186b331181e23a53111d5fc (patch)
treedea2cf73212a6012bb53ebade2fd083bae6b2572
parent5d4b5cf4e058ba210a67a345a04b593969a30fb1 (diff)
downloadcontrib-4de37ce3a819bca6b186b331181e23a53111d5fc.tar.gz
contrib-4de37ce3a819bca6b186b331181e23a53111d5fc.tar.xz
python3-pastel: initial commit, version 0.2.1
-rw-r--r--python3-pastel/.footprint24
-rw-r--r--python3-pastel/.signature4
-rw-r--r--python3-pastel/Pkgfile19
3 files changed, 47 insertions, 0 deletions
diff --git a/python3-pastel/.footprint b/python3-pastel/.footprint
new file mode 100644
index 000000000..100e74cea
--- /dev/null
+++ b/python3-pastel/.footprint
@@ -0,0 +1,24 @@
+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/pastel-0.2.1-py3.9.egg-info/
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pastel-0.2.1-py3.9.egg-info/PKG-INFO
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pastel-0.2.1-py3.9.egg-info/SOURCES.txt
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pastel-0.2.1-py3.9.egg-info/dependency_links.txt
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pastel-0.2.1-py3.9.egg-info/requires.txt
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pastel-0.2.1-py3.9.egg-info/top_level.txt
+drwxr-xr-x root/root usr/lib/python3.9/site-packages/pastel/
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pastel/__init__.py
+drwxr-xr-x root/root usr/lib/python3.9/site-packages/pastel/__pycache__/
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pastel/__pycache__/__init__.cpython-39.opt-1.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pastel/__pycache__/__init__.cpython-39.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pastel/__pycache__/pastel.cpython-39.opt-1.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pastel/__pycache__/pastel.cpython-39.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pastel/__pycache__/stack.cpython-39.opt-1.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pastel/__pycache__/stack.cpython-39.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pastel/__pycache__/style.cpython-39.opt-1.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pastel/__pycache__/style.cpython-39.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pastel/pastel.py
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pastel/stack.py
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pastel/style.py
diff --git a/python3-pastel/.signature b/python3-pastel/.signature
new file mode 100644
index 000000000..b73951831
--- /dev/null
+++ b/python3-pastel/.signature
@@ -0,0 +1,4 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF362SmvZbIM892MuB7Y7EY0w/NQRTTdqmR0zcpY+t2EIWSJ4wO53XQuw4FkSe31f/zntWPcOKs4AJtG8+iz+h/AM=
+SHA256 (Pkgfile) = 0c9b5dfea166d25ca3469b81719c6271b535347bc26d3e737ed500c56fc7aba1
+SHA256 (.footprint) = 0e8f0effd289a5e2396e2fc843bcd5649666bbd0eddda465f511467143c6970d
diff --git a/python3-pastel/Pkgfile b/python3-pastel/Pkgfile
new file mode 100644
index 000000000..36dbcb1f3
--- /dev/null
+++ b/python3-pastel/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Bring colors to your terminal
+# URL: https://github.com/sdispater/pastel
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: python3-dephell python3-certifi python3-ruamel-yaml-clib
+
+name=python3-pastel
+version=0.2.1
+release=1
+source=(https://github.com/sdispater/pastel/archive/$version/$name-$version.tar.gz)
+
+build() {
+ cd pastel-$version
+ dephell deps convert --from pyproject.toml --to setup.py
+ /usr/bin/python3 setup.py build
+ /usr/bin/python3 setup.py install --prefix=/usr \
+ --root=$PKG \
+ --skip-build \
+ -O1
+}

Generated by cgit