Remove py-amf

It was used by multimedia/yle-dl but it switched to py-mini-amf.
Suggested by maintainer Timo Myyra
This commit is contained in:
danj 2019-05-12 16:53:21 +00:00
parent 485fbeef87
commit 0b807c66e7
5 changed files with 1 additions and 256 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.99 2019/03/05 13:04:33 fcambus Exp $
# $OpenBSD: Makefile,v 1.100 2019/05/12 16:53:21 danj Exp $
SUBDIR =
SUBDIR += base64
@ -74,7 +74,6 @@
SUBDIR += p5-Unicode-Stringprep
SUBDIR += pflogx
SUBDIR += ppmtoTbmp
SUBDIR += py-amf
SUBDIR += py-cjkcodecs
SUBDIR += py-html2text
SUBDIR += py-html2text,python3

View File

@ -1,26 +0,0 @@
# $OpenBSD: Makefile,v 1.1.1.1 2017/12/12 00:46:44 jca Exp $
COMMENT = serialize and deserialize AMF data
MODPY_EGG_VERSION = 0.8.0
DISTNAME = PyAMF-${MODPY_EGG_VERSION}
PKGNAME = py-amf-${MODPY_EGG_VERSION}
CATEGORIES = converters
HOMEPAGE = http://pyamf.org/
MAINTAINER = Timo Myyra <timo.myyra@bittivirhe.fi>
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
RUN_DEPENDS = textproc/py-defusedxml
WANTLIB += pthread ${MODPY_WANTLIB}
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (PyAMF-0.8.0.tar.gz) = BFXWiYPj7kn4JyETIHSHdCjVis7FLxlpeojAO1+6dOQ=
SIZE (PyAMF-0.8.0.tar.gz) = 1651369

View File

@ -1,4 +0,0 @@
py-amf provides Action Message Format (AMF) support for Python that is
compatible with the Adobe Flash Player. It includes integration with
Python web frameworks like Django, Pylons, Twisted, SQLAlchemy, web2py
and more.

View File

@ -1,222 +0,0 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/12/12 00:46:44 jca Exp $
lib/python${MODPY_VERSION}/site-packages/PyAMF-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/PyAMF-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/PyAMF-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/PyAMF-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/PyAMF-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/PyAMF-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/PyAMF-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/cpyamf/
lib/python${MODPY_VERSION}/site-packages/cpyamf/__init__.py
lib/python${MODPY_VERSION}/site-packages/cpyamf/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/cpyamf/amf0.pxd
lib/python${MODPY_VERSION}/site-packages/cpyamf/amf0.so
lib/python${MODPY_VERSION}/site-packages/cpyamf/amf3.pxd
lib/python${MODPY_VERSION}/site-packages/cpyamf/amf3.so
lib/python${MODPY_VERSION}/site-packages/cpyamf/codec.pxd
lib/python${MODPY_VERSION}/site-packages/cpyamf/codec.so
lib/python${MODPY_VERSION}/site-packages/cpyamf/util.pxd
lib/python${MODPY_VERSION}/site-packages/cpyamf/util.so
lib/python${MODPY_VERSION}/site-packages/pyamf/
lib/python${MODPY_VERSION}/site-packages/pyamf/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyamf/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/_version.py
lib/python${MODPY_VERSION}/site-packages/pyamf/_version.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_array.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_array.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_collections.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_collections.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_decimal.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_decimal.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_django_contrib_auth_models.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_django_contrib_auth_models.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_django_db_models_base.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_django_db_models_base.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_django_db_models_fields.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_django_db_models_fields.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_django_db_models_query.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_django_db_models_query.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_django_utils_translation.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_django_utils_translation.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_elixir.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_elixir.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_google_appengine_api_datastore_types.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_google_appengine_api_datastore_types.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_google_appengine_ext_blobstore.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_google_appengine_ext_blobstore.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_google_appengine_ext_db.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_google_appengine_ext_db.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_google_appengine_ext_ndb.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_google_appengine_ext_ndb.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_sets.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_sets.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_sqlalchemy_orm.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_sqlalchemy_orm.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_sqlalchemy_orm_collections.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_sqlalchemy_orm_collections.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_weakref.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/_weakref.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/gae_base.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/gae_base.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/models.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/models.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/django_app/
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/django_app/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/django_app/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/django_app/adapters/
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/django_app/adapters/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/django_app/adapters/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/django_app/adapters/models.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/django_app/adapters/models.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/django_app/settings.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/django_app/settings.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/google/
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/google/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/google/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/google/_ndb_models.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/google/_ndb_models.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/google/_xdb_models.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/google/_xdb_models.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/google/test_blobstore.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/google/test_blobstore.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/google/test_datastore_types.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/google/test_datastore_types.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/google/test_ndb.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/google/test_ndb.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/google/test_xdb.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/google/test_xdb.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/test_array.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/test_array.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/test_collections.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/test_collections.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/test_django.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/test_django.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/test_elixir.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/test_elixir.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/test_sqlalchemy.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/test_sqlalchemy.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/test_weakref.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/tests/test_weakref.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/util.py
lib/python${MODPY_VERSION}/site-packages/pyamf/adapters/util.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/alias.py
lib/python${MODPY_VERSION}/site-packages/pyamf/alias.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/amf0.py
lib/python${MODPY_VERSION}/site-packages/pyamf/amf0.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/amf3.py
lib/python${MODPY_VERSION}/site-packages/pyamf/amf3.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/codec.py
lib/python${MODPY_VERSION}/site-packages/pyamf/codec.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/flex/
lib/python${MODPY_VERSION}/site-packages/pyamf/flex/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyamf/flex/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/flex/data.py
lib/python${MODPY_VERSION}/site-packages/pyamf/flex/data.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/flex/messaging.py
lib/python${MODPY_VERSION}/site-packages/pyamf/flex/messaging.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/python.py
lib/python${MODPY_VERSION}/site-packages/pyamf/python.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/amf0.py
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/amf0.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/amf3.py
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/amf3.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/client/
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/client/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/client/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/gateway/
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/gateway/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/gateway/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/gateway/django.py
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/gateway/django.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/gateway/google.py
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/gateway/google.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/gateway/twisted.py
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/gateway/twisted.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/gateway/wsgi.py
lib/python${MODPY_VERSION}/site-packages/pyamf/remoting/gateway/wsgi.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/sol.py
lib/python${MODPY_VERSION}/site-packages/pyamf/sol.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/gateway/
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/gateway/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/gateway/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/gateway/test_django.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/gateway/test_django.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/gateway/test_google.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/gateway/test_google.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/gateway/test_twisted.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/gateway/test_twisted.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/gateway/test_wsgi.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/gateway/test_wsgi.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/modules/
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/modules/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/modules/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/modules/test_decimal.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/modules/test_decimal.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/modules/test_sets.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/modules/test_sets.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/remoting/
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/remoting/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/remoting/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/remoting/test_amf0.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/remoting/test_amf0.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/remoting/test_client.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/remoting/test_client.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/remoting/test_remoteobject.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/remoting/test_remoteobject.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_adapters.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_adapters.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_adapters_util.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_adapters_util.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_alias.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_alias.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_amf0.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_amf0.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_amf3.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_amf3.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_basic.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_basic.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_codec.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_codec.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_flex.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_flex.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_flex_messaging.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_flex_messaging.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_gateway.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_gateway.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_imports.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_imports.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_remoting.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_remoting.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_sol.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_sol.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_util.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_util.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_versions.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_versions.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_xml.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/test_xml.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/util.py
lib/python${MODPY_VERSION}/site-packages/pyamf/tests/util.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/util/
lib/python${MODPY_VERSION}/site-packages/pyamf/util/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyamf/util/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/util/imports.py
lib/python${MODPY_VERSION}/site-packages/pyamf/util/imports.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/util/pure.py
lib/python${MODPY_VERSION}/site-packages/pyamf/util/pure.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/versions.py
lib/python${MODPY_VERSION}/site-packages/pyamf/versions.pyc
lib/python${MODPY_VERSION}/site-packages/pyamf/xml.py
lib/python${MODPY_VERSION}/site-packages/pyamf/xml.pyc