aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-04-26 00:42:37 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-04-26 00:42:37 +0800
commit3493250ecd6d6cc69788adf443ebfde511a3184e (patch)
tree5816208a1a58cec4948e059798f42fb162cd7327 /databases
parentf3ab0499d1e8c78fb15dee897cdc659f12fc6c72 (diff)
downloadfreebsd-ports-gnome-3493250ecd6d6cc69788adf443ebfde511a3184e.tar.gz
freebsd-ports-gnome-3493250ecd6d6cc69788adf443ebfde511a3184e.tar.zst
freebsd-ports-gnome-3493250ecd6d6cc69788adf443ebfde511a3184e.zip
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
Diffstat (limited to 'databases')
-rw-r--r--databases/nagios-check_postgres_replication/pkg-descr2
-rw-r--r--databases/py-dbf/pkg-descr2
-rw-r--r--databases/py-flask-sqlalchemy/pkg-descr2
-rw-r--r--databases/py-geoalchemy/pkg-descr2
-rw-r--r--databases/py-geoalchemy2/pkg-descr2
-rw-r--r--databases/py-influxdb/pkg-descr2
-rw-r--r--databases/py-leveldb/pkg-descr2
-rw-r--r--databases/py-motor/pkg-descr2
-rw-r--r--databases/py-mycli/pkg-descr2
-rw-r--r--databases/py-pgcli/pkg-descr2
-rw-r--r--databases/py-pgspecial/pkg-descr2
-rw-r--r--databases/py-pickledb/pkg-descr2
-rw-r--r--databases/py-pyhs/pkg-descr2
-rw-r--r--databases/py-python-memcached/pkg-descr2
-rw-r--r--databases/py-sqlparse/pkg-descr2
-rw-r--r--databases/py-sqlparse020/pkg-descr2
-rw-r--r--databases/py-tarantool/pkg-descr2
-rw-r--r--databases/py-zodbpickle/pkg-descr2
18 files changed, 18 insertions, 18 deletions
diff --git a/databases/nagios-check_postgres_replication/pkg-descr b/databases/nagios-check_postgres_replication/pkg-descr
index 99c1e969acb6..42af9aae4563 100644
--- a/databases/nagios-check_postgres_replication/pkg-descr
+++ b/databases/nagios-check_postgres_replication/pkg-descr
@@ -13,4 +13,4 @@ including:
* Default options
* Persistent "cookies" to retain state information between check runs
-WWW: https://pypi.python.org/pypi/nagiosplugin
+WWW: https://pypi.org/project/nagiosplugin/
diff --git a/databases/py-dbf/pkg-descr b/databases/py-dbf/pkg-descr
index 4988d4afd821..87bb6caffc2a 100644
--- a/databases/py-dbf/pkg-descr
+++ b/databases/py-dbf/pkg-descr
@@ -6,4 +6,4 @@ Text is returned as unicode, and codepage settings in tables are
honored. Documentation needs work, but author is very responsive
to e-mails.
-WWW: https://pypi.python.org/pypi/dbf
+WWW: https://pypi.org/project/dbf/
diff --git a/databases/py-flask-sqlalchemy/pkg-descr b/databases/py-flask-sqlalchemy/pkg-descr
index 4d818fcf2cd9..8e7a890d3c88 100644
--- a/databases/py-flask-sqlalchemy/pkg-descr
+++ b/databases/py-flask-sqlalchemy/pkg-descr
@@ -1,3 +1,3 @@
Flask-SQLAlchemy adds support for SQLAlchemy to your Flask application.
-WWW: https://pypi.python.org/pypi/Flask-SQLAlchemy
+WWW: https://pypi.org/project/Flask-SQLAlchemy/
diff --git a/databases/py-geoalchemy/pkg-descr b/databases/py-geoalchemy/pkg-descr
index b4fae515a828..9f555521bcfb 100644
--- a/databases/py-geoalchemy/pkg-descr
+++ b/databases/py-geoalchemy/pkg-descr
@@ -2,4 +2,4 @@ GeoAlchemy is an extension of SQLAlchemy. It provides support for Geospatial
data types at the ORM layer using SQLAlchemy. It aims to support spatial
operations and relations specified by the Open Geospatial Consortium (OGC).
-WWW: https://pypi.python.org/pypi/GeoAlchemy
+WWW: https://pypi.org/project/GeoAlchemy/
diff --git a/databases/py-geoalchemy2/pkg-descr b/databases/py-geoalchemy2/pkg-descr
index e70095659185..94d9d6f4c1c0 100644
--- a/databases/py-geoalchemy2/pkg-descr
+++ b/databases/py-geoalchemy2/pkg-descr
@@ -5,4 +5,4 @@ Simpler to use, and simpler to maintain.
Git repository: https://github.com/geoalchemy/geoalchemy2
-WWW: https://pypi.python.org/pypi/GeoAlchemy2
+WWW: https://pypi.org/project/GeoAlchemy2/
diff --git a/databases/py-influxdb/pkg-descr b/databases/py-influxdb/pkg-descr
index 3c2f2224db22..273b5aa07b14 100644
--- a/databases/py-influxdb/pkg-descr
+++ b/databases/py-influxdb/pkg-descr
@@ -1,3 +1,3 @@
InfluxDB-Python is a client for interacting with InfluxDB.
-WWW: https://pypi.python.org/pypi/influxdb
+WWW: https://pypi.org/project/influxdb/
diff --git a/databases/py-leveldb/pkg-descr b/databases/py-leveldb/pkg-descr
index fd6240bcec7c..6f7805822c29 100644
--- a/databases/py-leveldb/pkg-descr
+++ b/databases/py-leveldb/pkg-descr
@@ -4,5 +4,5 @@ from the LevelDB API, except for:
- Snapshots
- All iteration except for single-step forward
-WWW: https://pypi.python.org/pypi/leveldb
+WWW: https://pypi.org/project/leveldb/
WWW: https://github.com/rjpower/py-leveldb
diff --git a/databases/py-motor/pkg-descr b/databases/py-motor/pkg-descr
index b3f17ae5247b..70f520eeeae2 100644
--- a/databases/py-motor/pkg-descr
+++ b/databases/py-motor/pkg-descr
@@ -1,4 +1,4 @@
Motor presents a callback- or Future-based API for non-blocking access to
MongoDB from Tornado or asyncio.
-WWW: https://pypi.python.org/pypi/motor
+WWW: https://pypi.org/project/motor/
diff --git a/databases/py-mycli/pkg-descr b/databases/py-mycli/pkg-descr
index f3283c45802c..3608f6248ac4 100644
--- a/databases/py-mycli/pkg-descr
+++ b/databases/py-mycli/pkg-descr
@@ -1,5 +1,5 @@
mycli is a command line interface for MySQL, MariaDB, and Percona with
auto-completion and syntax highlighting.
-WWW: https://pypi.python.org/pypi/mycli
+WWW: https://pypi.org/project/mycli/
WWW: https://www.mycli.net/
diff --git a/databases/py-pgcli/pkg-descr b/databases/py-pgcli/pkg-descr
index df138365882e..68cab9c053aa 100644
--- a/databases/py-pgcli/pkg-descr
+++ b/databases/py-pgcli/pkg-descr
@@ -1,5 +1,5 @@
pgcli is a command line interface for Postgres with auto-completion and syntax
highlighting.
-WWW: https://pypi.python.org/pypi/pgcli
+WWW: https://pypi.org/project/pgcli/
WWW: https://www.pgcli.com/
diff --git a/databases/py-pgspecial/pkg-descr b/databases/py-pgspecial/pkg-descr
index 87c8c83c793f..fcef2ec78f97 100644
--- a/databases/py-pgspecial/pkg-descr
+++ b/databases/py-pgspecial/pkg-descr
@@ -1,5 +1,5 @@
This package provides an API to execute meta-commands (AKA "special", or
"backslash commands") on PostgreSQL.
-WWW: https://pypi.python.org/pypi/pgspecial
+WWW: https://pypi.org/project/pgspecial/
WWW: https://github.com/dbcli/pgspecial
diff --git a/databases/py-pickledb/pkg-descr b/databases/py-pickledb/pkg-descr
index d67dceb858ee..d6e81f9adba3 100644
--- a/databases/py-pickledb/pkg-descr
+++ b/databases/py-pickledb/pkg-descr
@@ -1,5 +1,5 @@
pickleDB is a lightweight, fast, and simple database based on Python's own
json module.
-WWW: https://pypi.python.org/pypi/pickleDB
+WWW: https://pypi.org/project/pickleDB/
WWW: https://github.com/patx/pickledb
diff --git a/databases/py-pyhs/pkg-descr b/databases/py-pyhs/pkg-descr
index a79bf1a22dd7..74b9c09adad3 100644
--- a/databases/py-pyhs/pkg-descr
+++ b/databases/py-pyhs/pkg-descr
@@ -2,4 +2,4 @@ pyhs (python-handler-socket) is a Python client library for the
HandlerSocket <https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/>
MySQL plugin.
-WWW: https://pypi.python.org/pypi/python-handler-socket
+WWW: https://pypi.org/project/python-handler-socket/
diff --git a/databases/py-python-memcached/pkg-descr b/databases/py-python-memcached/pkg-descr
index a2cef794518c..f272286c6c9d 100644
--- a/databases/py-python-memcached/pkg-descr
+++ b/databases/py-python-memcached/pkg-descr
@@ -5,6 +5,6 @@ value automatically going in and out of the memcached.
The Python API, while tested, has not experienced real-world production use.
-WWW: https://pypi.python.org/pypi/python-memcached
+WWW: https://pypi.org/project/python-memcached/
WWW: http://www.tummy.com/software/python-memcached/
WWW: https://github.com/linsomniac/python-memcached
diff --git a/databases/py-sqlparse/pkg-descr b/databases/py-sqlparse/pkg-descr
index bf8b5643a03a..25cd23b7b837 100644
--- a/databases/py-sqlparse/pkg-descr
+++ b/databases/py-sqlparse/pkg-descr
@@ -1,5 +1,5 @@
sqlparse is a non-validating SQL parser module.
It provides support for parsing, splitting and formatting SQL statements.
-WWW: https://pypi.python.org/pypi/sqlparse
+WWW: https://pypi.org/project/sqlparse/
WWW: https://github.com/andialbrecht/sqlparse
diff --git a/databases/py-sqlparse020/pkg-descr b/databases/py-sqlparse020/pkg-descr
index c14e6918626d..0d1e0f58223f 100644
--- a/databases/py-sqlparse020/pkg-descr
+++ b/databases/py-sqlparse020/pkg-descr
@@ -3,5 +3,5 @@ It provides support for parsing, splitting and formatting SQL statements.
This is version 0.2.0 which is needed by calendarserver.
-WWW: https://pypi.python.org/pypi/sqlparse
+WWW: https://pypi.org/project/sqlparse/
WWW: https://github.com/andialbrecht/sqlparse
diff --git a/databases/py-tarantool/pkg-descr b/databases/py-tarantool/pkg-descr
index 44033c97978d..b3fa19ba5d1e 100644
--- a/databases/py-tarantool/pkg-descr
+++ b/databases/py-tarantool/pkg-descr
@@ -1,4 +1,4 @@
This package is a pure-python client library for Tarantool Database.
-WWW: https://pypi.python.org/pypi/tarantool
+WWW: https://pypi.org/project/tarantool/
WWW: https://github.com/tarantool/tarantool-python
diff --git a/databases/py-zodbpickle/pkg-descr b/databases/py-zodbpickle/pkg-descr
index 3715b553459e..c80a86222187 100644
--- a/databases/py-zodbpickle/pkg-descr
+++ b/databases/py-zodbpickle/pkg-descr
@@ -8,4 +8,4 @@ Under Py3k, this package forks the pickle module (and the supporting
C extension) from both Python 3.2 and Python 3.3. The fork add support
for the noload operations used by ZODB.
-WWW: https://pypi.python.org/pypi/zodbpickle
+WWW: https://pypi.org/project/zodbpickle/