aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--databases/py-peewee/Makefile3
-rw-r--r--databases/py-peewee/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-peewee/Makefile b/databases/py-peewee/Makefile
index 217b4e00afe0..a76ca5bafdf2 100644
--- a/databases/py-peewee/Makefile
+++ b/databases/py-peewee/Makefile
@@ -14,14 +14,13 @@ COMMENT= Small, expressive Python ORM
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-OPTIONS_DEFINE= SQLITE MYSQL PGSQL
+OPTIONS_DEFINE= SQLITE PGSQL
OPTIONS_DEFAULT= SQLITE
USES= localbase python:3.6+ sqlite
USE_PYTHON= distutils cython autoplist concurrent
SQLITE_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
-MYSQL_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.3:databases/py-MySQLdb@${PY_FLAVOR}
PGSQL_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.1:databases/py-psycopg2@${PY_FLAVOR}
post-install:
diff --git a/databases/py-peewee/pkg-descr b/databases/py-peewee/pkg-descr
index c0b42dca4189..b7bc3d55611b 100644
--- a/databases/py-peewee/pkg-descr
+++ b/databases/py-peewee/pkg-descr
@@ -1,4 +1,4 @@
Peewee is a small, expressive ORM written in Python. It supports
-PostgreSQL, MySQL and SQLite.
+PostgreSQL and SQLite.
WWW: http://peewee.readthedocs.org