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

Commit 207d80f

Browse files
author
Matthias Koeppe
committed
build/pkgs/pip2pi: New
1 parent ca58693 commit 207d80f

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

build/pkgs/pip2pi/SPKG.rst

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
pip2pi
2+
======
3+
4+
Description
5+
-----------
6+
7+
Builds a PyPI-compatible package repository.
8+
9+
License
10+
-------
11+
12+
BSD License
13+
14+
Upstream Contact
15+
----------------
16+
17+
https://pypi.org/project/pip2pi/

build/pkgs/pip2pi/dependencies

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$(PYTHON) | $(PYTHON_TOOLCHAIN)
2+
3+
----------
4+
All lines of this file are ignored except the first.
5+
It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile.

build/pkgs/pip2pi/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pip2pi

build/pkgs/pip2pi/type

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
optional

0 commit comments

Comments
 (0)