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

Commit

Permalink
build/pkgs/docrepr: New
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 29, 2022
1 parent 5fb2a6e commit 6275755
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 0 deletions.
18 changes: 18 additions & 0 deletions build/pkgs/docrepr/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
docrepr: Renders Python docstrings to rich HTML
===============================================

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

Renders Python docstrings to rich HTML

License
-------

BSD-3-clause

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

https://pypi.org/project/docrepr/

5 changes: 5 additions & 0 deletions build/pkgs/docrepr/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tarball=docrepr-VERSION.tar.gz
sha1=a3649391fe8dd535859f72afb973acdd9e510224
md5=185efee28ffd4fb98088ed7d87ad086d
cksum=2679808838
upstream_url=https://pypi.io/packages/source/d/docrepr/docrepr-VERSION.tar.gz
4 changes: 4 additions & 0 deletions build/pkgs/docrepr/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
$(PYTHON) docutils jinja2 sphinx | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
1 change: 1 addition & 0 deletions build/pkgs/docrepr/install-requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docrepr
1 change: 1 addition & 0 deletions build/pkgs/docrepr/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.2.0
2 changes: 2 additions & 0 deletions build/pkgs/docrepr/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/docrepr/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
standard

0 comments on commit 6275755

Please sign in to comment.