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

Commit

Permalink
build/pkgs/{flit_core,pytoml}: New, add as order-only deps of backcal…
Browse files Browse the repository at this point in the history
…l, ptyprocess
  • Loading branch information
Matthias Koeppe committed Mar 10, 2021
1 parent 44325be commit 6c59cbf
Show file tree
Hide file tree
Showing 17 changed files with 65 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/backcall/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) | $(PYTHON_TOOLCHAIN)
$(PYTHON) | $(PYTHON_TOOLCHAIN) flit_core pytoml

----------
All lines of this file are ignored except the first.
Expand Down
16 changes: 16 additions & 0 deletions build/pkgs/flit_core/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
flit_core: Distribution-building parts of Flit. See flit package for more information
=====================================================================================

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

Distribution-building parts of Flit. See flit package for more information

License
-------

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

https://pypi.org/project/flit-core/

5 changes: 5 additions & 0 deletions build/pkgs/flit_core/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tarball=flit_core-VERSION.tar.gz
sha1=75212bb293a1f91bee073370baf696e004589f57
md5=93e4041ff8fa221dc0d75745de6790e2
cksum=529311432
upstream_url=https://pypi.io/packages/source/f/flit_core/flit_core-VERSION.tar.gz
4 changes: 4 additions & 0 deletions build/pkgs/flit_core/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/flit_core/install-requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
flit-core
1 change: 1 addition & 0 deletions build/pkgs/flit_core/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0.0
2 changes: 2 additions & 0 deletions build/pkgs/flit_core/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/flit_core/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
standard
2 changes: 1 addition & 1 deletion build/pkgs/importlib_metadata/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) vcversioner zipp | $(PYTHON_TOOLCHAIN)
$(PYTHON) toml vcversioner zipp | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
Expand Down
2 changes: 1 addition & 1 deletion build/pkgs/ptyprocess/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) | $(PYTHON_TOOLCHAIN)
$(PYTHON) | $(PYTHON_TOOLCHAIN) flit_core pytoml

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

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

A parser for TOML-0.4.0

License
-------

MIT

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

https://pypi.org/project/pytoml/

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

0 comments on commit 6c59cbf

Please sign in to comment.