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

Commit

Permalink
build/pkgs: Add tox dependencies: filelock py virtualenv pluggy
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 27, 2021
1 parent e694b15 commit 9c7a1c2
Show file tree
Hide file tree
Showing 29 changed files with 129 additions and 1 deletion.
18 changes: 18 additions & 0 deletions build/pkgs/filelock/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
filelock
========

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

A platform independent file lock.

License
-------

Public Domain <http://unlicense.org>

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

https://pypi.org/project/filelock/

5 changes: 5 additions & 0 deletions build/pkgs/filelock/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tarball=filelock-VERSION.tar.gz
sha1=ca03bf213ee1d7a9b6353cebc265072aae40fdcb
md5=c1fe6d9a7433a7ca6ce4f36e273317d1
cksum=2927344437
upstream_url=https://pypi.io/packages/source/f/filelock/filelock-VERSION.tar.gz
4 changes: 4 additions & 0 deletions build/pkgs/filelock/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/filelock/install-requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
filelock
1 change: 1 addition & 0 deletions build/pkgs/filelock/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0.12
2 changes: 2 additions & 0 deletions build/pkgs/filelock/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/filelock/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
standard
18 changes: 18 additions & 0 deletions build/pkgs/pluggy/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
pluggy
======

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

plugin and hook calling mechanisms for python

License
-------

MIT license

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

https://pypi.org/project/pluggy/

5 changes: 5 additions & 0 deletions build/pkgs/pluggy/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tarball=pluggy-VERSION.tar.gz
sha1=828b2c10996d902b8c47f2fded0e101c636b9ff9
md5=7f610e28b8b34487336b585a3dfb803d
cksum=3074963981
upstream_url=https://pypi.io/packages/source/p/pluggy/pluggy-VERSION.tar.gz
4 changes: 4 additions & 0 deletions build/pkgs/pluggy/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/pluggy/install-requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pluggy
1 change: 1 addition & 0 deletions build/pkgs/pluggy/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.13.1
2 changes: 2 additions & 0 deletions build/pkgs/pluggy/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/pluggy/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
standard
18 changes: 18 additions & 0 deletions build/pkgs/py/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
py
==

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

library with cross-python path, ini-parsing, io, code, log facilities

License
-------

MIT license

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

https://pypi.org/project/py/

5 changes: 5 additions & 0 deletions build/pkgs/py/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tarball=py-VERSION.tar.gz
sha1=690e4e3dcaeafe02ad4af36233148e7e10032d1a
md5=5f108bfe00d5468cbdb8071051f86a55
cksum=220330409
upstream_url=https://pypi.io/packages/source/p/py/py-VERSION.tar.gz
4 changes: 4 additions & 0 deletions build/pkgs/py/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/py/install-requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
py
1 change: 1 addition & 0 deletions build/pkgs/py/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.10.0
2 changes: 2 additions & 0 deletions build/pkgs/py/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/py/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
standard
2 changes: 1 addition & 1 deletion build/pkgs/tox/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) packaging six | $(PYTHON_TOOLCHAIN)
$(PYTHON) packaging six filelock pluggy py toml virtualenv importlib_metadata | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
Expand Down
18 changes: 18 additions & 0 deletions build/pkgs/virtualenv/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
virtualenv
==========

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

Virtual Python Environment builder

License
-------

MIT

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

https://pypi.org/project/virtualenv/

5 changes: 5 additions & 0 deletions build/pkgs/virtualenv/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tarball=virtualenv-VERSION.tar.gz
sha1=fd4d72b017ca7e3e64f2ec2f890e45857cd9c510
md5=ad5f4586b6a03088a399692949712007
cksum=300371404
upstream_url=https://pypi.io/packages/source/v/virtualenv/virtualenv-VERSION.tar.gz
4 changes: 4 additions & 0 deletions build/pkgs/virtualenv/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/virtualenv/install-requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
virtualenv
1 change: 1 addition & 0 deletions build/pkgs/virtualenv/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.2.2
2 changes: 2 additions & 0 deletions build/pkgs/virtualenv/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/virtualenv/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
standard

0 comments on commit 9c7a1c2

Please sign in to comment.