pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www py-django-south: removed



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb2dd8cf3598
branches:  trunk
changeset: 448599:eb2dd8cf3598
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Mar 10 19:09:54 2021 +0000

description:
py-django-south: removed

diffstat:

 www/Makefile                 |    3 +-
 www/py-django-south/DESCR    |    6 -
 www/py-django-south/Makefile |   19 --
 www/py-django-south/PLIST    |  356 -------------------------------------------
 www/py-django-south/distinfo |    6 -
 5 files changed, 1 insertions(+), 389 deletions(-)

diffs (truncated from 420 to 300 lines):

diff -r 4757d3684f72 -r eb2dd8cf3598 www/Makefile
--- a/www/Makefile      Wed Mar 10 19:07:06 2021 +0000
+++ b/www/Makefile      Wed Mar 10 19:09:54 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1519 2021/03/10 18:50:29 pin Exp $
+# $NetBSD: Makefile,v 1.1520 2021/03/10 19:09:54 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -682,7 +682,6 @@
 SUBDIR+=       py-django-reversion
 SUBDIR+=       py-django-sekizai
 SUBDIR+=       py-django-sortedm2m
-SUBDIR+=       py-django-south
 SUBDIR+=       py-django-sql-explorer
 SUBDIR+=       py-django-tagging
 SUBDIR+=       py-django-taggit
diff -r 4757d3684f72 -r eb2dd8cf3598 www/py-django-south/DESCR
--- a/www/py-django-south/DESCR Wed Mar 10 19:07:06 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-This is South, a Django application to provide migrations in a sane way.
-By sane, we mean that the status of every migration is tracked individually,
-rather than just the number of the top migration reached; this means South
-can detect when you have an unapplied migration that's sitting in the middle
-of a whole load of applied ones, and will let you apply it straight off,
-or let you roll back to it, and apply from there forward.
diff -r 4757d3684f72 -r eb2dd8cf3598 www/py-django-south/Makefile
--- a/www/py-django-south/Makefile      Wed Mar 10 19:07:06 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2020/01/26 17:32:23 rillig Exp $
-
-DISTNAME=      South-1.0.1
-PKGNAME=       ${PYPKGPREFIX}-django-${DISTNAME:tl}
-CATEGORIES=    www python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=S/South/}
-
-MAINTAINER=    adam%NetBSD.org@localhost
-HOMEPAGE=      https://south.aeracode.org/
-COMMENT=       Intelligent schema and data migrations for Django projects
-LICENSE=       apache-2.0
-
-WRKSRC=                        ${WRKDIR}/South-${PKGVERSION_NOREV}
-USE_LANGUAGES=         # empty
-
-DEPENDS+=      ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 4757d3684f72 -r eb2dd8cf3598 www/py-django-south/PLIST
--- a/www/py-django-south/PLIST Wed Mar 10 19:07:06 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,356 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2014/02/09 08:16:34 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/south/__init__.py
-${PYSITELIB}/south/__init__.pyc
-${PYSITELIB}/south/__init__.pyo
-${PYSITELIB}/south/creator/__init__.py
-${PYSITELIB}/south/creator/__init__.pyc
-${PYSITELIB}/south/creator/__init__.pyo
-${PYSITELIB}/south/creator/actions.py
-${PYSITELIB}/south/creator/actions.pyc
-${PYSITELIB}/south/creator/actions.pyo
-${PYSITELIB}/south/creator/changes.py
-${PYSITELIB}/south/creator/changes.pyc
-${PYSITELIB}/south/creator/changes.pyo
-${PYSITELIB}/south/creator/freezer.py
-${PYSITELIB}/south/creator/freezer.pyc
-${PYSITELIB}/south/creator/freezer.pyo
-${PYSITELIB}/south/db/__init__.py
-${PYSITELIB}/south/db/__init__.pyc
-${PYSITELIB}/south/db/__init__.pyo
-${PYSITELIB}/south/db/firebird.py
-${PYSITELIB}/south/db/firebird.pyc
-${PYSITELIB}/south/db/firebird.pyo
-${PYSITELIB}/south/db/generic.py
-${PYSITELIB}/south/db/generic.pyc
-${PYSITELIB}/south/db/generic.pyo
-${PYSITELIB}/south/db/mysql.py
-${PYSITELIB}/south/db/mysql.pyc
-${PYSITELIB}/south/db/mysql.pyo
-${PYSITELIB}/south/db/oracle.py
-${PYSITELIB}/south/db/oracle.pyc
-${PYSITELIB}/south/db/oracle.pyo
-${PYSITELIB}/south/db/postgresql_psycopg2.py
-${PYSITELIB}/south/db/postgresql_psycopg2.pyc
-${PYSITELIB}/south/db/postgresql_psycopg2.pyo
-${PYSITELIB}/south/db/sql_server/__init__.py
-${PYSITELIB}/south/db/sql_server/__init__.pyc
-${PYSITELIB}/south/db/sql_server/__init__.pyo
-${PYSITELIB}/south/db/sql_server/pyodbc.py
-${PYSITELIB}/south/db/sql_server/pyodbc.pyc
-${PYSITELIB}/south/db/sql_server/pyodbc.pyo
-${PYSITELIB}/south/db/sqlite3.py
-${PYSITELIB}/south/db/sqlite3.pyc
-${PYSITELIB}/south/db/sqlite3.pyo
-${PYSITELIB}/south/exceptions.py
-${PYSITELIB}/south/exceptions.pyc
-${PYSITELIB}/south/exceptions.pyo
-${PYSITELIB}/south/hacks/__init__.py
-${PYSITELIB}/south/hacks/__init__.pyc
-${PYSITELIB}/south/hacks/__init__.pyo
-${PYSITELIB}/south/hacks/django_1_0.py
-${PYSITELIB}/south/hacks/django_1_0.pyc
-${PYSITELIB}/south/hacks/django_1_0.pyo
-${PYSITELIB}/south/introspection_plugins/__init__.py
-${PYSITELIB}/south/introspection_plugins/__init__.pyc
-${PYSITELIB}/south/introspection_plugins/__init__.pyo
-${PYSITELIB}/south/introspection_plugins/annoying_autoonetoone.py
-${PYSITELIB}/south/introspection_plugins/annoying_autoonetoone.pyc
-${PYSITELIB}/south/introspection_plugins/annoying_autoonetoone.pyo
-${PYSITELIB}/south/introspection_plugins/django_audit_log.py
-${PYSITELIB}/south/introspection_plugins/django_audit_log.pyc
-${PYSITELIB}/south/introspection_plugins/django_audit_log.pyo
-${PYSITELIB}/south/introspection_plugins/django_objectpermissions.py
-${PYSITELIB}/south/introspection_plugins/django_objectpermissions.pyc
-${PYSITELIB}/south/introspection_plugins/django_objectpermissions.pyo
-${PYSITELIB}/south/introspection_plugins/django_tagging.py
-${PYSITELIB}/south/introspection_plugins/django_tagging.pyc
-${PYSITELIB}/south/introspection_plugins/django_tagging.pyo
-${PYSITELIB}/south/introspection_plugins/django_taggit.py
-${PYSITELIB}/south/introspection_plugins/django_taggit.pyc
-${PYSITELIB}/south/introspection_plugins/django_taggit.pyo
-${PYSITELIB}/south/introspection_plugins/django_timezones.py
-${PYSITELIB}/south/introspection_plugins/django_timezones.pyc
-${PYSITELIB}/south/introspection_plugins/django_timezones.pyo
-${PYSITELIB}/south/introspection_plugins/geodjango.py
-${PYSITELIB}/south/introspection_plugins/geodjango.pyc
-${PYSITELIB}/south/introspection_plugins/geodjango.pyo
-${PYSITELIB}/south/logger.py
-${PYSITELIB}/south/logger.pyc
-${PYSITELIB}/south/logger.pyo
-${PYSITELIB}/south/management/__init__.py
-${PYSITELIB}/south/management/__init__.pyc
-${PYSITELIB}/south/management/__init__.pyo
-${PYSITELIB}/south/management/commands/__init__.py
-${PYSITELIB}/south/management/commands/__init__.pyc
-${PYSITELIB}/south/management/commands/__init__.pyo
-${PYSITELIB}/south/management/commands/convert_to_south.py
-${PYSITELIB}/south/management/commands/convert_to_south.pyc
-${PYSITELIB}/south/management/commands/convert_to_south.pyo
-${PYSITELIB}/south/management/commands/datamigration.py
-${PYSITELIB}/south/management/commands/datamigration.pyc
-${PYSITELIB}/south/management/commands/datamigration.pyo
-${PYSITELIB}/south/management/commands/graphmigrations.py
-${PYSITELIB}/south/management/commands/graphmigrations.pyc
-${PYSITELIB}/south/management/commands/graphmigrations.pyo
-${PYSITELIB}/south/management/commands/migrate.py
-${PYSITELIB}/south/management/commands/migrate.pyc
-${PYSITELIB}/south/management/commands/migrate.pyo
-${PYSITELIB}/south/management/commands/migrationcheck.py
-${PYSITELIB}/south/management/commands/migrationcheck.pyc
-${PYSITELIB}/south/management/commands/migrationcheck.pyo
-${PYSITELIB}/south/management/commands/schemamigration.py
-${PYSITELIB}/south/management/commands/schemamigration.pyc
-${PYSITELIB}/south/management/commands/schemamigration.pyo
-${PYSITELIB}/south/management/commands/startmigration.py
-${PYSITELIB}/south/management/commands/startmigration.pyc
-${PYSITELIB}/south/management/commands/startmigration.pyo
-${PYSITELIB}/south/management/commands/syncdb.py
-${PYSITELIB}/south/management/commands/syncdb.pyc
-${PYSITELIB}/south/management/commands/syncdb.pyo
-${PYSITELIB}/south/management/commands/test.py
-${PYSITELIB}/south/management/commands/test.pyc
-${PYSITELIB}/south/management/commands/test.pyo
-${PYSITELIB}/south/management/commands/testserver.py
-${PYSITELIB}/south/management/commands/testserver.pyc
-${PYSITELIB}/south/management/commands/testserver.pyo
-${PYSITELIB}/south/migration/__init__.py
-${PYSITELIB}/south/migration/__init__.pyc
-${PYSITELIB}/south/migration/__init__.pyo
-${PYSITELIB}/south/migration/base.py
-${PYSITELIB}/south/migration/base.pyc
-${PYSITELIB}/south/migration/base.pyo
-${PYSITELIB}/south/migration/migrators.py
-${PYSITELIB}/south/migration/migrators.pyc
-${PYSITELIB}/south/migration/migrators.pyo
-${PYSITELIB}/south/migration/utils.py
-${PYSITELIB}/south/migration/utils.pyc
-${PYSITELIB}/south/migration/utils.pyo
-${PYSITELIB}/south/models.py
-${PYSITELIB}/south/models.pyc
-${PYSITELIB}/south/models.pyo
-${PYSITELIB}/south/modelsinspector.py
-${PYSITELIB}/south/modelsinspector.pyc
-${PYSITELIB}/south/modelsinspector.pyo
-${PYSITELIB}/south/orm.py
-${PYSITELIB}/south/orm.pyc
-${PYSITELIB}/south/orm.pyo
-${PYSITELIB}/south/signals.py
-${PYSITELIB}/south/signals.pyc
-${PYSITELIB}/south/signals.pyo
-${PYSITELIB}/south/test_shim.py
-${PYSITELIB}/south/test_shim.pyc
-${PYSITELIB}/south/test_shim.pyo
-${PYSITELIB}/south/tests/__init__.py
-${PYSITELIB}/south/tests/__init__.pyc
-${PYSITELIB}/south/tests/__init__.pyo
-${PYSITELIB}/south/tests/autodetection.py
-${PYSITELIB}/south/tests/autodetection.pyc
-${PYSITELIB}/south/tests/autodetection.pyo
-${PYSITELIB}/south/tests/brokenapp/__init__.py
-${PYSITELIB}/south/tests/brokenapp/__init__.pyc
-${PYSITELIB}/south/tests/brokenapp/__init__.pyo
-${PYSITELIB}/south/tests/brokenapp/migrations/0001_depends_on_unmigrated.py
-${PYSITELIB}/south/tests/brokenapp/migrations/0001_depends_on_unmigrated.pyc
-${PYSITELIB}/south/tests/brokenapp/migrations/0001_depends_on_unmigrated.pyo
-${PYSITELIB}/south/tests/brokenapp/migrations/0002_depends_on_unknown.py
-${PYSITELIB}/south/tests/brokenapp/migrations/0002_depends_on_unknown.pyc
-${PYSITELIB}/south/tests/brokenapp/migrations/0002_depends_on_unknown.pyo
-${PYSITELIB}/south/tests/brokenapp/migrations/0003_depends_on_higher.py
-${PYSITELIB}/south/tests/brokenapp/migrations/0003_depends_on_higher.pyc
-${PYSITELIB}/south/tests/brokenapp/migrations/0003_depends_on_higher.pyo
-${PYSITELIB}/south/tests/brokenapp/migrations/0004_higher.py
-${PYSITELIB}/south/tests/brokenapp/migrations/0004_higher.pyc
-${PYSITELIB}/south/tests/brokenapp/migrations/0004_higher.pyo
-${PYSITELIB}/south/tests/brokenapp/migrations/__init__.py
-${PYSITELIB}/south/tests/brokenapp/migrations/__init__.pyc
-${PYSITELIB}/south/tests/brokenapp/migrations/__init__.pyo
-${PYSITELIB}/south/tests/brokenapp/models.py
-${PYSITELIB}/south/tests/brokenapp/models.pyc
-${PYSITELIB}/south/tests/brokenapp/models.pyo
-${PYSITELIB}/south/tests/circular_a/__init__.py
-${PYSITELIB}/south/tests/circular_a/__init__.pyc
-${PYSITELIB}/south/tests/circular_a/__init__.pyo
-${PYSITELIB}/south/tests/circular_a/migrations/0001_first.py
-${PYSITELIB}/south/tests/circular_a/migrations/0001_first.pyc
-${PYSITELIB}/south/tests/circular_a/migrations/0001_first.pyo
-${PYSITELIB}/south/tests/circular_a/migrations/__init__.py
-${PYSITELIB}/south/tests/circular_a/migrations/__init__.pyc
-${PYSITELIB}/south/tests/circular_a/migrations/__init__.pyo
-${PYSITELIB}/south/tests/circular_a/models.py
-${PYSITELIB}/south/tests/circular_a/models.pyc
-${PYSITELIB}/south/tests/circular_a/models.pyo
-${PYSITELIB}/south/tests/circular_b/__init__.py
-${PYSITELIB}/south/tests/circular_b/__init__.pyc
-${PYSITELIB}/south/tests/circular_b/__init__.pyo
-${PYSITELIB}/south/tests/circular_b/migrations/0001_first.py
-${PYSITELIB}/south/tests/circular_b/migrations/0001_first.pyc
-${PYSITELIB}/south/tests/circular_b/migrations/0001_first.pyo
-${PYSITELIB}/south/tests/circular_b/migrations/__init__.py
-${PYSITELIB}/south/tests/circular_b/migrations/__init__.pyc
-${PYSITELIB}/south/tests/circular_b/migrations/__init__.pyo
-${PYSITELIB}/south/tests/circular_b/models.py
-${PYSITELIB}/south/tests/circular_b/models.pyc
-${PYSITELIB}/south/tests/circular_b/models.pyo
-${PYSITELIB}/south/tests/db.py
-${PYSITELIB}/south/tests/db.pyc
-${PYSITELIB}/south/tests/db.pyo
-${PYSITELIB}/south/tests/db_firebird.py
-${PYSITELIB}/south/tests/db_firebird.pyc
-${PYSITELIB}/south/tests/db_firebird.pyo
-${PYSITELIB}/south/tests/db_mysql.py
-${PYSITELIB}/south/tests/db_mysql.pyc
-${PYSITELIB}/south/tests/db_mysql.pyo
-${PYSITELIB}/south/tests/deps_a/__init__.py
-${PYSITELIB}/south/tests/deps_a/__init__.pyc
-${PYSITELIB}/south/tests/deps_a/__init__.pyo
-${PYSITELIB}/south/tests/deps_a/migrations/0001_a.py
-${PYSITELIB}/south/tests/deps_a/migrations/0001_a.pyc
-${PYSITELIB}/south/tests/deps_a/migrations/0001_a.pyo
-${PYSITELIB}/south/tests/deps_a/migrations/0002_a.py
-${PYSITELIB}/south/tests/deps_a/migrations/0002_a.pyc
-${PYSITELIB}/south/tests/deps_a/migrations/0002_a.pyo
-${PYSITELIB}/south/tests/deps_a/migrations/0003_a.py
-${PYSITELIB}/south/tests/deps_a/migrations/0003_a.pyc
-${PYSITELIB}/south/tests/deps_a/migrations/0003_a.pyo
-${PYSITELIB}/south/tests/deps_a/migrations/0004_a.py
-${PYSITELIB}/south/tests/deps_a/migrations/0004_a.pyc
-${PYSITELIB}/south/tests/deps_a/migrations/0004_a.pyo
-${PYSITELIB}/south/tests/deps_a/migrations/0005_a.py
-${PYSITELIB}/south/tests/deps_a/migrations/0005_a.pyc
-${PYSITELIB}/south/tests/deps_a/migrations/0005_a.pyo
-${PYSITELIB}/south/tests/deps_a/migrations/__init__.py
-${PYSITELIB}/south/tests/deps_a/migrations/__init__.pyc
-${PYSITELIB}/south/tests/deps_a/migrations/__init__.pyo
-${PYSITELIB}/south/tests/deps_a/models.py
-${PYSITELIB}/south/tests/deps_a/models.pyc
-${PYSITELIB}/south/tests/deps_a/models.pyo
-${PYSITELIB}/south/tests/deps_b/__init__.py
-${PYSITELIB}/south/tests/deps_b/__init__.pyc
-${PYSITELIB}/south/tests/deps_b/__init__.pyo
-${PYSITELIB}/south/tests/deps_b/migrations/0001_b.py
-${PYSITELIB}/south/tests/deps_b/migrations/0001_b.pyc
-${PYSITELIB}/south/tests/deps_b/migrations/0001_b.pyo
-${PYSITELIB}/south/tests/deps_b/migrations/0002_b.py
-${PYSITELIB}/south/tests/deps_b/migrations/0002_b.pyc
-${PYSITELIB}/south/tests/deps_b/migrations/0002_b.pyo
-${PYSITELIB}/south/tests/deps_b/migrations/0003_b.py
-${PYSITELIB}/south/tests/deps_b/migrations/0003_b.pyc
-${PYSITELIB}/south/tests/deps_b/migrations/0003_b.pyo
-${PYSITELIB}/south/tests/deps_b/migrations/0004_b.py
-${PYSITELIB}/south/tests/deps_b/migrations/0004_b.pyc
-${PYSITELIB}/south/tests/deps_b/migrations/0004_b.pyo
-${PYSITELIB}/south/tests/deps_b/migrations/0005_b.py



Home | Main Index | Thread Index | Old Index