pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Removed py-fs (moved to base)
Module Name: pkgsrc-wip
Committed By: Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By: adam
Date: Wed Jan 16 09:44:01 2019 +0100
Changeset: 56909cdbd86460f3bae7b06fa3cec59e89ef4bd1
Modified Files:
Makefile
py-moya/Makefile
Removed Files:
py-fs/DESCR
py-fs/Makefile
py-fs/PLIST
py-fs/distinfo
Log Message:
Removed py-fs (moved to base)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=56909cdbd86460f3bae7b06fa3cec59e89ef4bd1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
py-fs/DESCR | 8 --
py-fs/Makefile | 17 ---
py-fs/PLIST | 329 -------------------------------------------------------
py-fs/distinfo | 5 -
py-moya/Makefile | 11 +-
6 files changed, 5 insertions(+), 366 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 5e457f2206..e33eb10b51 100644
--- a/Makefile
+++ b/Makefile
@@ -3286,7 +3286,6 @@ SUBDIR+= py-forthon
SUBDIR+= py-fortpy
SUBDIR+= py-freetype-py
SUBDIR+= py-frozendict
-SUBDIR+= py-fs
SUBDIR+= py-fssa
SUBDIR+= py-functions
SUBDIR+= py-fuzzpy
diff --git a/py-fs/DESCR b/py-fs/DESCR
deleted file mode 100644
index c9edf9ba14..0000000000
--- a/py-fs/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-PyFilesystem is an abstraction layer for filesystems. In the same
-way that Python?s file-like objects provide a common way of accessing
-files, PyFilesystem provides a common way of accessing entire
-filesystems. You can write platform-independent code to work with
-local files, that also works with any of the supported filesystems
-(zip, ftp, S3 etc.).
-
-Pyfilesystem works with Linux, Windows and Mac
\ No newline at end of file
diff --git a/py-fs/Makefile b/py-fs/Makefile
deleted file mode 100644
index 4f58bcd49b..0000000000
--- a/py-fs/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2015/09/06 21:40:51 jihbed Exp $
-
-DISTNAME= fs-0.5.2
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= filesystems python
-MASTER_SITES= ${MASTER_SITE_PYPI:=f/fs/}
-
-MAINTAINER= kamelderouiche%yahoo.com@localhost
-HOMEPAGE= http://pypi.python.org/pypi/fs/
-COMMENT= Filesystem abstraction layer
-LICENSE= modified-bsd
-
-USE_LANGUAGES= # none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-fs/PLIST b/py-fs/PLIST
deleted file mode 100644
index 367216d2a8..0000000000
--- a/py-fs/PLIST
+++ /dev/null
@@ -1,329 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2015/09/06 21:40:51 jihbed Exp $
-bin/fscat
-bin/fscp
-bin/fsinfo
-bin/fsls
-bin/fsmkdir
-bin/fsmount
-bin/fsmv
-bin/fsrm
-bin/fsserve
-bin/fstree
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/pbr.json
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/version_info.json
-${PYSITELIB}/fs/__init__.py
-${PYSITELIB}/fs/__init__.pyc
-${PYSITELIB}/fs/__init__.pyo
-${PYSITELIB}/fs/appdirfs.py
-${PYSITELIB}/fs/appdirfs.pyc
-${PYSITELIB}/fs/appdirfs.pyo
-${PYSITELIB}/fs/appdirs.py
-${PYSITELIB}/fs/appdirs.pyc
-${PYSITELIB}/fs/appdirs.pyo
-${PYSITELIB}/fs/base.py
-${PYSITELIB}/fs/base.pyc
-${PYSITELIB}/fs/base.pyo
-${PYSITELIB}/fs/browsewin.py
-${PYSITELIB}/fs/browsewin.pyc
-${PYSITELIB}/fs/browsewin.pyo
-${PYSITELIB}/fs/commands/__init__.py
-${PYSITELIB}/fs/commands/__init__.pyc
-${PYSITELIB}/fs/commands/__init__.pyo
-${PYSITELIB}/fs/commands/fscat.py
-${PYSITELIB}/fs/commands/fscat.pyc
-${PYSITELIB}/fs/commands/fscat.pyo
-${PYSITELIB}/fs/commands/fscp.py
-${PYSITELIB}/fs/commands/fscp.pyc
-${PYSITELIB}/fs/commands/fscp.pyo
-${PYSITELIB}/fs/commands/fsinfo.py
-${PYSITELIB}/fs/commands/fsinfo.pyc
-${PYSITELIB}/fs/commands/fsinfo.pyo
-${PYSITELIB}/fs/commands/fsls.py
-${PYSITELIB}/fs/commands/fsls.pyc
-${PYSITELIB}/fs/commands/fsls.pyo
-${PYSITELIB}/fs/commands/fsmkdir.py
-${PYSITELIB}/fs/commands/fsmkdir.pyc
-${PYSITELIB}/fs/commands/fsmkdir.pyo
-${PYSITELIB}/fs/commands/fsmount.py
-${PYSITELIB}/fs/commands/fsmount.pyc
-${PYSITELIB}/fs/commands/fsmount.pyo
-${PYSITELIB}/fs/commands/fsmv.py
-${PYSITELIB}/fs/commands/fsmv.pyc
-${PYSITELIB}/fs/commands/fsmv.pyo
-${PYSITELIB}/fs/commands/fsrm.py
-${PYSITELIB}/fs/commands/fsrm.pyc
-${PYSITELIB}/fs/commands/fsrm.pyo
-${PYSITELIB}/fs/commands/fsserve.py
-${PYSITELIB}/fs/commands/fsserve.pyc
-${PYSITELIB}/fs/commands/fsserve.pyo
-${PYSITELIB}/fs/commands/fstree.py
-${PYSITELIB}/fs/commands/fstree.pyc
-${PYSITELIB}/fs/commands/fstree.pyo
-${PYSITELIB}/fs/commands/runner.py
-${PYSITELIB}/fs/commands/runner.pyc
-${PYSITELIB}/fs/commands/runner.pyo
-${PYSITELIB}/fs/compatibility.py
-${PYSITELIB}/fs/compatibility.pyc
-${PYSITELIB}/fs/compatibility.pyo
-${PYSITELIB}/fs/contrib/__init__.py
-${PYSITELIB}/fs/contrib/__init__.pyc
-${PYSITELIB}/fs/contrib/__init__.pyo
-${PYSITELIB}/fs/contrib/archivefs.py
-${PYSITELIB}/fs/contrib/archivefs.pyc
-${PYSITELIB}/fs/contrib/archivefs.pyo
-${PYSITELIB}/fs/contrib/bigfs/__init__.py
-${PYSITELIB}/fs/contrib/bigfs/__init__.pyc
-${PYSITELIB}/fs/contrib/bigfs/__init__.pyo
-${PYSITELIB}/fs/contrib/bigfs/subrangefile.py
-${PYSITELIB}/fs/contrib/bigfs/subrangefile.pyc
-${PYSITELIB}/fs/contrib/bigfs/subrangefile.pyo
-${PYSITELIB}/fs/contrib/davfs/__init__.py
-${PYSITELIB}/fs/contrib/davfs/__init__.pyc
-${PYSITELIB}/fs/contrib/davfs/__init__.pyo
-${PYSITELIB}/fs/contrib/davfs/util.py
-${PYSITELIB}/fs/contrib/davfs/util.pyc
-${PYSITELIB}/fs/contrib/davfs/util.pyo
-${PYSITELIB}/fs/contrib/davfs/xmlobj.py
-${PYSITELIB}/fs/contrib/davfs/xmlobj.pyc
-${PYSITELIB}/fs/contrib/davfs/xmlobj.pyo
-${PYSITELIB}/fs/contrib/sqlitefs.py
-${PYSITELIB}/fs/contrib/sqlitefs.pyc
-${PYSITELIB}/fs/contrib/sqlitefs.pyo
-${PYSITELIB}/fs/contrib/tahoelafs/__init__.py
-${PYSITELIB}/fs/contrib/tahoelafs/__init__.pyc
-${PYSITELIB}/fs/contrib/tahoelafs/__init__.pyo
-${PYSITELIB}/fs/contrib/tahoelafs/connection.py
-${PYSITELIB}/fs/contrib/tahoelafs/connection.pyc
-${PYSITELIB}/fs/contrib/tahoelafs/connection.pyo
-${PYSITELIB}/fs/contrib/tahoelafs/test_tahoelafs.py
-${PYSITELIB}/fs/contrib/tahoelafs/test_tahoelafs.pyc
-${PYSITELIB}/fs/contrib/tahoelafs/test_tahoelafs.pyo
-${PYSITELIB}/fs/contrib/tahoelafs/util.py
-${PYSITELIB}/fs/contrib/tahoelafs/util.pyc
-${PYSITELIB}/fs/contrib/tahoelafs/util.pyo
-${PYSITELIB}/fs/errors.py
-${PYSITELIB}/fs/errors.pyc
-${PYSITELIB}/fs/errors.pyo
-${PYSITELIB}/fs/expose/__init__.py
-${PYSITELIB}/fs/expose/__init__.pyc
-${PYSITELIB}/fs/expose/__init__.pyo
-${PYSITELIB}/fs/expose/django_storage.py
-${PYSITELIB}/fs/expose/django_storage.pyc
-${PYSITELIB}/fs/expose/django_storage.pyo
-${PYSITELIB}/fs/expose/dokan/__init__.py
-${PYSITELIB}/fs/expose/dokan/__init__.pyc
-${PYSITELIB}/fs/expose/dokan/__init__.pyo
-${PYSITELIB}/fs/expose/dokan/libdokan.py
-${PYSITELIB}/fs/expose/dokan/libdokan.pyc
-${PYSITELIB}/fs/expose/dokan/libdokan.pyo
-${PYSITELIB}/fs/expose/ftp.py
-${PYSITELIB}/fs/expose/ftp.pyc
-${PYSITELIB}/fs/expose/ftp.pyo
-${PYSITELIB}/fs/expose/fuse/__init__.py
-${PYSITELIB}/fs/expose/fuse/__init__.pyc
-${PYSITELIB}/fs/expose/fuse/__init__.pyo
-${PYSITELIB}/fs/expose/fuse/fuse.py
-${PYSITELIB}/fs/expose/fuse/fuse.pyc
-${PYSITELIB}/fs/expose/fuse/fuse.pyo
-${PYSITELIB}/fs/expose/fuse/fuse3.py
-${PYSITELIB}/fs/expose/fuse/fuse3.pyc
-${PYSITELIB}/fs/expose/fuse/fuse3.pyo
-${PYSITELIB}/fs/expose/fuse/fuse_ctypes.py
-${PYSITELIB}/fs/expose/fuse/fuse_ctypes.pyc
-${PYSITELIB}/fs/expose/fuse/fuse_ctypes.pyo
-${PYSITELIB}/fs/expose/http.py
-${PYSITELIB}/fs/expose/http.pyc
-${PYSITELIB}/fs/expose/http.pyo
-${PYSITELIB}/fs/expose/importhook.py
-${PYSITELIB}/fs/expose/importhook.pyc
-${PYSITELIB}/fs/expose/importhook.pyo
-${PYSITELIB}/fs/expose/sftp.py
-${PYSITELIB}/fs/expose/sftp.pyc
-${PYSITELIB}/fs/expose/sftp.pyo
-${PYSITELIB}/fs/expose/wsgi/__init__.py
-${PYSITELIB}/fs/expose/wsgi/__init__.pyc
-${PYSITELIB}/fs/expose/wsgi/__init__.pyo
-${PYSITELIB}/fs/expose/wsgi/dirtemplate.py
-${PYSITELIB}/fs/expose/wsgi/dirtemplate.pyc
-${PYSITELIB}/fs/expose/wsgi/dirtemplate.pyo
-${PYSITELIB}/fs/expose/wsgi/serve_home.py
-${PYSITELIB}/fs/expose/wsgi/serve_home.pyc
-${PYSITELIB}/fs/expose/wsgi/serve_home.pyo
-${PYSITELIB}/fs/expose/wsgi/wsgi.py
-${PYSITELIB}/fs/expose/wsgi/wsgi.pyc
-${PYSITELIB}/fs/expose/wsgi/wsgi.pyo
-${PYSITELIB}/fs/expose/xmlrpc.py
-${PYSITELIB}/fs/expose/xmlrpc.pyc
-${PYSITELIB}/fs/expose/xmlrpc.pyo
-${PYSITELIB}/fs/filelike.py
-${PYSITELIB}/fs/filelike.pyc
-${PYSITELIB}/fs/filelike.pyo
-${PYSITELIB}/fs/ftpfs.py
-${PYSITELIB}/fs/ftpfs.pyc
-${PYSITELIB}/fs/ftpfs.pyo
-${PYSITELIB}/fs/httpfs.py
-${PYSITELIB}/fs/httpfs.pyc
-${PYSITELIB}/fs/httpfs.pyo
-${PYSITELIB}/fs/iotools.py
-${PYSITELIB}/fs/iotools.pyc
-${PYSITELIB}/fs/iotools.pyo
-${PYSITELIB}/fs/local_functools.py
-${PYSITELIB}/fs/local_functools.pyc
-${PYSITELIB}/fs/local_functools.pyo
-${PYSITELIB}/fs/memoryfs.py
-${PYSITELIB}/fs/memoryfs.pyc
-${PYSITELIB}/fs/memoryfs.pyo
-${PYSITELIB}/fs/mountfs.py
-${PYSITELIB}/fs/mountfs.pyc
-${PYSITELIB}/fs/mountfs.pyo
-${PYSITELIB}/fs/multifs.py
-${PYSITELIB}/fs/multifs.pyc
-${PYSITELIB}/fs/multifs.pyo
-${PYSITELIB}/fs/opener.py
-${PYSITELIB}/fs/opener.pyc
-${PYSITELIB}/fs/opener.pyo
-${PYSITELIB}/fs/osfs/__init__.py
-${PYSITELIB}/fs/osfs/__init__.pyc
-${PYSITELIB}/fs/osfs/__init__.pyo
-${PYSITELIB}/fs/osfs/watch.py
-${PYSITELIB}/fs/osfs/watch.pyc
-${PYSITELIB}/fs/osfs/watch.pyo
-${PYSITELIB}/fs/osfs/watch_inotify.py
-${PYSITELIB}/fs/osfs/watch_inotify.pyc
-${PYSITELIB}/fs/osfs/watch_inotify.pyo
-${PYSITELIB}/fs/osfs/watch_win32.py
-${PYSITELIB}/fs/osfs/watch_win32.pyc
-${PYSITELIB}/fs/osfs/watch_win32.pyo
-${PYSITELIB}/fs/osfs/xattrs.py
-${PYSITELIB}/fs/osfs/xattrs.pyc
-${PYSITELIB}/fs/osfs/xattrs.pyo
-${PYSITELIB}/fs/path.py
-${PYSITELIB}/fs/path.pyc
-${PYSITELIB}/fs/path.pyo
-${PYSITELIB}/fs/remote.py
-${PYSITELIB}/fs/remote.pyc
-${PYSITELIB}/fs/remote.pyo
-${PYSITELIB}/fs/remotefs.py
-${PYSITELIB}/fs/remotefs.pyc
-${PYSITELIB}/fs/remotefs.pyo
-${PYSITELIB}/fs/rpcfs.py
-${PYSITELIB}/fs/rpcfs.pyc
-${PYSITELIB}/fs/rpcfs.pyo
-${PYSITELIB}/fs/s3fs.py
-${PYSITELIB}/fs/s3fs.pyc
-${PYSITELIB}/fs/s3fs.pyo
-${PYSITELIB}/fs/sftpfs.py
-${PYSITELIB}/fs/sftpfs.pyc
-${PYSITELIB}/fs/sftpfs.pyo
-${PYSITELIB}/fs/tempfs.py
-${PYSITELIB}/fs/tempfs.pyc
-${PYSITELIB}/fs/tempfs.pyo
-${PYSITELIB}/fs/tests/__init__.py
-${PYSITELIB}/fs/tests/__init__.pyc
-${PYSITELIB}/fs/tests/__init__.pyo
-${PYSITELIB}/fs/tests/data/UTF-8-demo.txt
-${PYSITELIB}/fs/tests/test_archivefs.py
-${PYSITELIB}/fs/tests/test_archivefs.pyc
-${PYSITELIB}/fs/tests/test_archivefs.pyo
-${PYSITELIB}/fs/tests/test_errors.py
-${PYSITELIB}/fs/tests/test_errors.pyc
-${PYSITELIB}/fs/tests/test_errors.pyo
-${PYSITELIB}/fs/tests/test_expose.py
-${PYSITELIB}/fs/tests/test_expose.pyc
-${PYSITELIB}/fs/tests/test_expose.pyo
-${PYSITELIB}/fs/tests/test_fs.py
-${PYSITELIB}/fs/tests/test_fs.pyc
-${PYSITELIB}/fs/tests/test_fs.pyo
-${PYSITELIB}/fs/tests/test_ftpfs.py
-${PYSITELIB}/fs/tests/test_ftpfs.pyc
-${PYSITELIB}/fs/tests/test_ftpfs.pyo
-${PYSITELIB}/fs/tests/test_importhook.py
-${PYSITELIB}/fs/tests/test_importhook.pyc
-${PYSITELIB}/fs/tests/test_importhook.pyo
-${PYSITELIB}/fs/tests/test_iotools.py
-${PYSITELIB}/fs/tests/test_iotools.pyc
-${PYSITELIB}/fs/tests/test_iotools.pyo
-${PYSITELIB}/fs/tests/test_mountfs.py
-${PYSITELIB}/fs/tests/test_mountfs.pyc
-${PYSITELIB}/fs/tests/test_mountfs.pyo
-${PYSITELIB}/fs/tests/test_multifs.py
-${PYSITELIB}/fs/tests/test_multifs.pyc
-${PYSITELIB}/fs/tests/test_multifs.pyo
-${PYSITELIB}/fs/tests/test_opener.py
-${PYSITELIB}/fs/tests/test_opener.pyc
-${PYSITELIB}/fs/tests/test_opener.pyo
-${PYSITELIB}/fs/tests/test_path.py
-${PYSITELIB}/fs/tests/test_path.pyc
-${PYSITELIB}/fs/tests/test_path.pyo
-${PYSITELIB}/fs/tests/test_remote.py
-${PYSITELIB}/fs/tests/test_remote.pyc
-${PYSITELIB}/fs/tests/test_remote.pyo
-${PYSITELIB}/fs/tests/test_rpcfs.py
-${PYSITELIB}/fs/tests/test_rpcfs.pyc
-${PYSITELIB}/fs/tests/test_rpcfs.pyo
-${PYSITELIB}/fs/tests/test_s3fs.py
-${PYSITELIB}/fs/tests/test_s3fs.pyc
-${PYSITELIB}/fs/tests/test_s3fs.pyo
-${PYSITELIB}/fs/tests/test_sqlitefs.py
-${PYSITELIB}/fs/tests/test_sqlitefs.pyc
-${PYSITELIB}/fs/tests/test_sqlitefs.pyo
-${PYSITELIB}/fs/tests/test_utils.py
-${PYSITELIB}/fs/tests/test_utils.pyc
-${PYSITELIB}/fs/tests/test_utils.pyo
-${PYSITELIB}/fs/tests/test_watch.py
-${PYSITELIB}/fs/tests/test_watch.pyc
-${PYSITELIB}/fs/tests/test_watch.pyo
-${PYSITELIB}/fs/tests/test_wrapfs.py
-${PYSITELIB}/fs/tests/test_wrapfs.pyc
-${PYSITELIB}/fs/tests/test_wrapfs.pyo
-${PYSITELIB}/fs/tests/test_xattr.py
-${PYSITELIB}/fs/tests/test_xattr.pyc
-${PYSITELIB}/fs/tests/test_xattr.pyo
-${PYSITELIB}/fs/tests/test_zipfs.py
-${PYSITELIB}/fs/tests/test_zipfs.pyc
-${PYSITELIB}/fs/tests/test_zipfs.pyo
-${PYSITELIB}/fs/tests/zipfs_binary_test.py
-${PYSITELIB}/fs/tests/zipfs_binary_test.pyc
-${PYSITELIB}/fs/tests/zipfs_binary_test.pyo
-${PYSITELIB}/fs/utils.py
-${PYSITELIB}/fs/utils.pyc
-${PYSITELIB}/fs/utils.pyo
-${PYSITELIB}/fs/watch.py
-${PYSITELIB}/fs/watch.pyc
-${PYSITELIB}/fs/watch.pyo
-${PYSITELIB}/fs/wrapfs/__init__.py
-${PYSITELIB}/fs/wrapfs/__init__.pyc
-${PYSITELIB}/fs/wrapfs/__init__.pyo
-${PYSITELIB}/fs/wrapfs/debugfs.py
-${PYSITELIB}/fs/wrapfs/debugfs.pyc
-${PYSITELIB}/fs/wrapfs/debugfs.pyo
-${PYSITELIB}/fs/wrapfs/hidedotfilesfs.py
-${PYSITELIB}/fs/wrapfs/hidedotfilesfs.pyc
-${PYSITELIB}/fs/wrapfs/hidedotfilesfs.pyo
-${PYSITELIB}/fs/wrapfs/hidefs.py
-${PYSITELIB}/fs/wrapfs/hidefs.pyc
-${PYSITELIB}/fs/wrapfs/hidefs.pyo
-${PYSITELIB}/fs/wrapfs/lazyfs.py
-${PYSITELIB}/fs/wrapfs/lazyfs.pyc
-${PYSITELIB}/fs/wrapfs/lazyfs.pyo
-${PYSITELIB}/fs/wrapfs/limitsizefs.py
-${PYSITELIB}/fs/wrapfs/limitsizefs.pyc
-${PYSITELIB}/fs/wrapfs/limitsizefs.pyo
-${PYSITELIB}/fs/wrapfs/readonlyfs.py
-${PYSITELIB}/fs/wrapfs/readonlyfs.pyc
-${PYSITELIB}/fs/wrapfs/readonlyfs.pyo
-${PYSITELIB}/fs/wrapfs/subfs.py
-${PYSITELIB}/fs/wrapfs/subfs.pyc
-${PYSITELIB}/fs/wrapfs/subfs.pyo
-${PYSITELIB}/fs/xattrs.py
-${PYSITELIB}/fs/xattrs.pyc
-${PYSITELIB}/fs/xattrs.pyo
-${PYSITELIB}/fs/zipfs.py
-${PYSITELIB}/fs/zipfs.pyc
-${PYSITELIB}/fs/zipfs.pyo
diff --git a/py-fs/distinfo b/py-fs/distinfo
deleted file mode 100644
index eb61f68133..0000000000
--- a/py-fs/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/09/06 21:40:51 jihbed Exp $
-
-SHA1 (fs-0.5.2.tar.gz) = 54108abf725e0cca7ca54083a29e03b09d3accc5
-RMD160 (fs-0.5.2.tar.gz) = 125aa6ee318315875f1a8cdeaddc43940056687e
-Size (fs-0.5.2.tar.gz) = 230771 bytes
diff --git a/py-moya/Makefile b/py-moya/Makefile
index 066bd0e35b..006c60f0e0 100644
--- a/py-moya/Makefile
+++ b/py-moya/Makefile
@@ -2,14 +2,15 @@
DISTNAME= moya-0.5.20
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= www
+CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/moya/}
MAINTAINER= kamelderouiche%yahoo.com@localhost
-HOMEPAGE= http://www.moyaproject.com
+HOMEPAGE= https://www.moyaproject.com/
COMMENT= Web development platform
LICENSE= mit
+WRKSRC= ${WRKDIR}/moya-0.5.20
DEPENDS+= ${PYPKGPREFIX}-colorama>=0.3.2:../../comms/py-colorama
DEPENDS+= ${PYPKGPREFIX}-pymysql>=0.6.6:../../databases/py-pymysql
@@ -24,16 +25,14 @@ DEPENDS+= ${PYPKGPREFIX}-iso8601>=0.1.10:../../time/py-iso8601
DEPENDS+= ${PYPKGPREFIX}-lxml>=3.4.4:../../textproc/py-lxml
DEPENDS+= ${PYPKGPREFIX}-pygments>=2.0.2:../../textproc/py-pygments
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
-DEPENDS+= ${PYPKGPREFIX}-fs>=0.5.2:../../wip/py-fs
+DEPENDS+= ${PYPKGPREFIX}-fs>=0.5.2:../../filesystems/py-fs
DEPENDS+= ${PYPKGPREFIX}-postmarkup>=1.2.2:../../wip/py-postmarkup
DEPENDS+= ${PYPKGPREFIX}-premailer>=0.5.7:../../wip/py-premailer
DEPENDS+= ${PYPKGPREFIX}-watchdog>=0.7.1:../../sysutils/py-watchdog
DEPENDS+= ${PYPKGPREFIX}-WebOb>=1.4:../../www/py-WebOb
-WRKSRC= ${WRKDIR}/moya-0.5.20
-
-USE_PKGLOCALEDIR= yes
USE_LANGUAGES= # none
+USE_PKGLOCALEDIR= yes
REPLACE_PYTHON+= moya/command/moya-doc
Home |
Main Index |
Thread Index |
Old Index