diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/py-altgraph/pkg-descr | 2 | ||||
-rw-r--r-- | math/py-colormath/pkg-descr | 2 | ||||
-rw-r--r-- | math/py-fastcluster/pkg-descr | 2 | ||||
-rw-r--r-- | math/py-fpconst/pkg-descr | 2 | ||||
-rw-r--r-- | math/py-gmpy2/pkg-descr | 2 | ||||
-rw-r--r-- | math/py-intspan/pkg-descr | 2 | ||||
-rw-r--r-- | math/py-mathdom/pkg-descr | 2 | ||||
-rw-r--r-- | math/py-numexpr/pkg-descr | 2 | ||||
-rw-r--r-- | math/py-patsy/pkg-descr | 2 | ||||
-rw-r--r-- | math/py-pyasp/pkg-descr | 2 | ||||
-rw-r--r-- | math/py-pyhull/pkg-descr | 2 | ||||
-rw-r--r-- | math/py-pymc/pkg-descr | 2 | ||||
-rw-r--r-- | math/py-roman/pkg-descr | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/math/py-altgraph/pkg-descr b/math/py-altgraph/pkg-descr index 41fa00747010..30162a5d9cc3 100644 --- a/math/py-altgraph/pkg-descr +++ b/math/py-altgraph/pkg-descr @@ -5,4 +5,4 @@ graphviz output. altgraph includes some additional usage of Python 2.6+ features and enhancements related to modulegraph and macholib. -WWW: https://pypi.python.org/pypi/altgraph +WWW: https://pypi.org/project/altgraph/ diff --git a/math/py-colormath/pkg-descr b/math/py-colormath/pkg-descr index 08766dc5ed55..4953a17db6cf 100644 --- a/math/py-colormath/pkg-descr +++ b/math/py-colormath/pkg-descr @@ -12,4 +12,4 @@ Some features include: * RGB to hex and vice-versa. * 16-bit RGB support. -WWW: https://pypi.python.org/pypi/colormath +WWW: https://pypi.org/project/colormath/ diff --git a/math/py-fastcluster/pkg-descr b/math/py-fastcluster/pkg-descr index 7af1b6ba631c..a0b61cfbf2b4 100644 --- a/math/py-fastcluster/pkg-descr +++ b/math/py-fastcluster/pkg-descr @@ -12,5 +12,5 @@ easier to port from MATLAB to Python/NumPy. The core implementation of this library is in C++ for efficiency. WWW: http://danifold.net/fastcluster.html -WWW: https://pypi.python.org/pypi/fastcluster +WWW: https://pypi.org/project/fastcluster/ WWW: https://github.com/dmuellner/fastcluster diff --git a/math/py-fpconst/pkg-descr b/math/py-fpconst/pkg-descr index d10391d24b1a..4fc694a40660 100644 --- a/math/py-fpconst/pkg-descr +++ b/math/py-fpconst/pkg-descr @@ -3,4 +3,4 @@ IEEE754 double-precision special values. It provides constants for Not-a-Number (NaN), Positive Infinity (Inf), and Negative Infinity (-Inf), as well as functions to test for these values. -WWW: https://pypi.python.org/pypi/fpconst +WWW: https://pypi.org/project/fpconst/ diff --git a/math/py-gmpy2/pkg-descr b/math/py-gmpy2/pkg-descr index a2466f294ed1..7a808dd83afa 100644 --- a/math/py-gmpy2/pkg-descr +++ b/math/py-gmpy2/pkg-descr @@ -4,5 +4,5 @@ rational arithmetic, gmpy2 adds support for the MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly rounded complex floating-point arithmetic) libraries. -WWW: https://pypi.python.org/pypi/gmpy2 +WWW: https://pypi.org/project/gmpy2/ WWW: https://github.com/aleaxit/gmpy/releases diff --git a/math/py-intspan/pkg-descr b/math/py-intspan/pkg-descr index 79e5734307c0..48952be57362 100644 --- a/math/py-intspan/pkg-descr +++ b/math/py-intspan/pkg-descr @@ -2,4 +2,4 @@ intspan is a set subclass that conveniently stores sets of integers. Sets can be created from and displayed as integer spans such as 1-3,14,29,92-97 rather than exhaustive member listings. -WWW: https://pypi.python.org/pypi/intspan +WWW: https://pypi.org/project/intspan/ diff --git a/math/py-mathdom/pkg-descr b/math/py-mathdom/pkg-descr index b23d0c4c74f8..cf2848ea858c 100644 --- a/math/py-mathdom/pkg-descr +++ b/math/py-mathdom/pkg-descr @@ -8,4 +8,4 @@ methods that make using the DOM a little easier. Implementations based on PyXML and lxml/libxml2 are available. -WWW: https://pypi.python.org/pypi/mathdom +WWW: https://pypi.org/project/mathdom/ diff --git a/math/py-numexpr/pkg-descr b/math/py-numexpr/pkg-descr index c2dab9851305..44042a93dc4e 100644 --- a/math/py-numexpr/pkg-descr +++ b/math/py-numexpr/pkg-descr @@ -13,5 +13,5 @@ transcendental functions (like trigonometrical, exponentials...) on top of Intel-compatible platforms. This support also allows to use multiple cores in your computations. -WWW: https://pypi.python.org/pypi/numexpr +WWW: https://pypi.org/project/numexpr/ WWW: https://github.com/pydata/numexpr diff --git a/math/py-patsy/pkg-descr b/math/py-patsy/pkg-descr index 9bde2ede2d91..186f6d6072b8 100644 --- a/math/py-patsy/pkg-descr +++ b/math/py-patsy/pkg-descr @@ -2,5 +2,5 @@ Patsy is a Python library for describing statistical models (especially linear models, or models that have a linear component) and building design matrices. Patsy brings the convenience of R "formulas" to Python. -WWW: https://pypi.python.org/pypi/patsy +WWW: https://pypi.org/project/patsy/ WWW: https://github.com/pydata/patsy diff --git a/math/py-pyasp/pkg-descr b/math/py-pyasp/pkg-descr index da8851340b39..b1faf75bad24 100644 --- a/math/py-pyasp/pkg-descr +++ b/math/py-pyasp/pkg-descr @@ -2,4 +2,4 @@ PyASP is a Python convenience wrapper allowing to solve boolean satisfiability problems through invocation of external commands 'clasp' and 'gringo'. -WWW: https://pypi.python.org/pypi/pyasp +WWW: https://pypi.org/project/pyasp/ diff --git a/math/py-pyhull/pkg-descr b/math/py-pyhull/pkg-descr index 019f39586e9c..cd28a6fb9280 100644 --- a/math/py-pyhull/pkg-descr +++ b/math/py-pyhull/pkg-descr @@ -2,4 +2,4 @@ A Python wrapper to Qhull (www.qhull.org) for the computation of the convex hull, Delaunay triangulation and Voronoi diagram. WWW: https://github.com/materialsvirtuallab/pyhull -WWW: https://pypi.python.org/pypi/pyhull +WWW: https://pypi.org/project/pyhull/ diff --git a/math/py-pymc/pkg-descr b/math/py-pymc/pkg-descr index 1826129c1e12..7776aa6e54ab 100644 --- a/math/py-pymc/pkg-descr +++ b/math/py-pymc/pkg-descr @@ -6,4 +6,4 @@ Metropolis-Hastings algorithm as a python class, and is extremely flexible and applicable to a large suite of problems. pymc includes methods for summarizing output, plotting, goodness-of-fit and convergence diagnostics. -WWW: https://pypi.python.org/pypi/pymc +WWW: https://pypi.org/project/pymc/ diff --git a/math/py-roman/pkg-descr b/math/py-roman/pkg-descr index dc6fd3ae6d16..687b4a2fa619 100644 --- a/math/py-roman/pkg-descr +++ b/math/py-roman/pkg-descr @@ -1,3 +1,3 @@ This is a Integer to Roman numerals converter. -WWW: https://pypi.python.org/pypi/roman +WWW: https://pypi.org/project/roman/ |