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

Commit f7a0eed

Browse files
committed
spkg primecountpy
1 parent 4f77073 commit f7a0eed

File tree

7 files changed

+32
-0
lines changed

7 files changed

+32
-0
lines changed

build/pkgs/primecountpy/SPKG.rst

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
primecountpy: Cython interface for C++ primecount library
2+
=========================================================
3+
4+
Description
5+
-----------
6+
7+
Cython interface for C++ primecount library
8+
9+
License
10+
-------
11+
12+
GPLv3
13+
14+
Upstream Contact
15+
----------------
16+
17+
https://pypi.org/project/primecountpy/
18+

build/pkgs/primecountpy/checksums.ini

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=primecountpy-VERSION.tar.gz
2+
sha1=55d32521bffe7dea92b03a2872b72090560a59e0
3+
md5=21d214edb7c15f9eb4e9d427113310c4
4+
cksum=3227837010
5+
upstream_url=https://pypi.io/packages/source/p/primecountpy/primecountpy-VERSION.tar.gz

build/pkgs/primecountpy/dependencies

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
$(PYTHON) primecount | $(PYTHON_TOOLCHAIN)
2+
3+
----------
4+
All lines of this file are ignored except the first.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
primecountpy
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.0.0
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cd src
2+
sdh_pip_install .

build/pkgs/primecountpy/type

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

0 commit comments

Comments
 (0)