Skip to content

Commit cc2f4ae

Browse files
author
Matthias Koeppe
committed
build/pkgs/{distlib,appdirs,importlib_resources}: Add dependencies of virtualenv
1 parent 9c7a1c2 commit cc2f4ae

22 files changed

+95
-1
lines changed

build/pkgs/appdirs/SPKG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
appdirs: A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
2+
==========================================================================================================
3+
4+
Description
5+
-----------
6+
7+
A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
8+
9+
License
10+
-------
11+
12+
MIT
13+
14+
Upstream Contact
15+
----------------
16+
17+
https://pypi.org/project/appdirs/
18+

build/pkgs/appdirs/checksums.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=appdirs-VERSION.tar.gz
2+
sha1=1fa04e44b1084338cb7b21e9cf44fce5efb81840
3+
md5=d6bca12613174185dd9abc8a29f4f012
4+
cksum=1191718163
5+
upstream_url=https://pypi.io/packages/source/a/appdirs/appdirs-VERSION.tar.gz

build/pkgs/appdirs/dependencies

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
$(PYTHON) | $(PYTHON_TOOLCHAIN)
2+
3+
----------
4+
All lines of this file are ignored except the first.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
appdirs
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.4.4

build/pkgs/appdirs/spkg-install.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cd src
2+
sdh_pip_install .

build/pkgs/appdirs/type

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
optional

build/pkgs/distlib/SPKG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
distlib: Distribution utilities
2+
===============================
3+
4+
Description
5+
-----------
6+
7+
Distribution utilities
8+
9+
License
10+
-------
11+
12+
Python license
13+
14+
Upstream Contact
15+
----------------
16+
17+
https://pypi.org/project/distlib/
18+

build/pkgs/distlib/checksums.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=distlib-VERSION.zip
2+
sha1=1c575431e31c32d25596c360e81bba7fe4638669
3+
md5=4baf787d8aceb260d6f77cb31bf27cf6
4+
cksum=2902365751
5+
upstream_url=https://pypi.io/packages/source/d/distlib/distlib-VERSION.zip

build/pkgs/distlib/dependencies

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
$(PYTHON) | $(PYTHON_TOOLCHAIN)
2+
3+
----------
4+
All lines of this file are ignored except the first.

0 commit comments

Comments
 (0)