Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/{distlib,appdirs,importlib_resources}: Add dependencies of…
Browse files Browse the repository at this point in the history
… virtualenv
  • Loading branch information
Matthias Koeppe committed May 27, 2021
1 parent 9c7a1c2 commit cc2f4ae
Show file tree
Hide file tree
Showing 22 changed files with 95 additions and 1 deletion.
18 changes: 18 additions & 0 deletions build/pkgs/appdirs/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
appdirs: A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
==========================================================================================================

Description
-----------

A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".

License
-------

MIT

Upstream Contact
----------------

https://pypi.org/project/appdirs/

5 changes: 5 additions & 0 deletions build/pkgs/appdirs/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tarball=appdirs-VERSION.tar.gz
sha1=1fa04e44b1084338cb7b21e9cf44fce5efb81840
md5=d6bca12613174185dd9abc8a29f4f012
cksum=1191718163
upstream_url=https://pypi.io/packages/source/a/appdirs/appdirs-VERSION.tar.gz
4 changes: 4 additions & 0 deletions build/pkgs/appdirs/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
$(PYTHON) | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
1 change: 1 addition & 0 deletions build/pkgs/appdirs/install-requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
appdirs
1 change: 1 addition & 0 deletions build/pkgs/appdirs/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.4.4
2 changes: 2 additions & 0 deletions build/pkgs/appdirs/spkg-install.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cd src
sdh_pip_install .
1 change: 1 addition & 0 deletions build/pkgs/appdirs/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
optional
18 changes: 18 additions & 0 deletions build/pkgs/distlib/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
distlib: Distribution utilities
===============================

Description
-----------

Distribution utilities

License
-------

Python license

Upstream Contact
----------------

https://pypi.org/project/distlib/

5 changes: 5 additions & 0 deletions build/pkgs/distlib/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tarball=distlib-VERSION.zip
sha1=1c575431e31c32d25596c360e81bba7fe4638669
md5=4baf787d8aceb260d6f77cb31bf27cf6
cksum=2902365751
upstream_url=https://pypi.io/packages/source/d/distlib/distlib-VERSION.zip
4 changes: 4 additions & 0 deletions build/pkgs/distlib/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
$(PYTHON) | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
1 change: 1 addition & 0 deletions build/pkgs/distlib/install-requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
distlib
1 change: 1 addition & 0 deletions build/pkgs/distlib/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.3.1
2 changes: 2 additions & 0 deletions build/pkgs/distlib/spkg-install.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cd src
sdh_pip_install .
1 change: 1 addition & 0 deletions build/pkgs/distlib/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
optional
16 changes: 16 additions & 0 deletions build/pkgs/importlib_resources/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
importlib_resources: Read resources from Python packages
========================================================

Description
-----------

Read resources from Python packages

License
-------

Upstream Contact
----------------

https://pypi.org/project/importlib-resources/

5 changes: 5 additions & 0 deletions build/pkgs/importlib_resources/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tarball=importlib_resources-VERSION.tar.gz
sha1=0013136267182579db0ae1df25274a704db896fc
md5=9e6819c7f5c06d7fa7821321b7038af4
cksum=1660967409
upstream_url=https://pypi.io/packages/source/i/importlib_resources/importlib_resources-VERSION.tar.gz
4 changes: 4 additions & 0 deletions build/pkgs/importlib_resources/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
$(PYTHON) | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
1 change: 1 addition & 0 deletions build/pkgs/importlib_resources/install-requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
importlib-resources
1 change: 1 addition & 0 deletions build/pkgs/importlib_resources/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.1.1
2 changes: 2 additions & 0 deletions build/pkgs/importlib_resources/spkg-install.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cd src
sdh_pip_install .
1 change: 1 addition & 0 deletions build/pkgs/importlib_resources/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
optional
2 changes: 1 addition & 1 deletion build/pkgs/virtualenv/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) | $(PYTHON_TOOLCHAIN)
$(PYTHON) appdirs distlib filelock six importlib_metadata importlib_resources | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.

0 comments on commit cc2f4ae

Please sign in to comment.