Import py27-pyface-4.2.0 as wip/py-pyfaces.

The pyface project contains a toolkit-independent GUI abstraction layer,
which is used to support the "visualization" features of the Traits package.
Thus, you can write code in terms of the Traits API (views, items, editors,
etc.), and let pyface and your selected toolkit and back-end take care of
the details of displaying them.
This commit is contained in:
Kamel Ibn Aziz Derouiche 2012-12-21 16:30:22 +00:00 committed by Thomas Klausner
parent 3f1bc28e8d
commit abcfd3bfdd
4 changed files with 1405 additions and 0 deletions

5
py-pyfaces/DESCR Normal file
View file

@ -0,0 +1,5 @@
The pyface project contains a toolkit-independent GUI abstraction layer,
which is used to support the "visualization" features of the Traits package.
Thus, you can write code in terms of the Traits API (views, items, editors,
etc.), and let pyface and your selected toolkit and back-end take care of
the details of displaying them.

19
py-pyfaces/Makefile Normal file
View file

@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1 2012/12/21 16:30:22 jihbed Exp $
#
DISTNAME= pyface-4.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= x11 python
MASTER_SITES= https://www.enthought.com/repo/ets/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://www.enthought.com/repo/ets/
COMMENT= Traits-capable windowing framewor
LICENSE= modified-bsd
FETCH_USING= curl
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

1376
py-pyfaces/PLIST Normal file

File diff suppressed because it is too large Load diff

5
py-pyfaces/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2012/12/21 16:30:22 jihbed Exp $
SHA1 (pyface-4.2.0.tar.gz) = ddaac751778b6a8d446e0e4865557b0bedf043b9
RMD160 (pyface-4.2.0.tar.gz) = cd4656b8cab966e6e9ef298a09926b596f1be6cf
Size (pyface-4.2.0.tar.gz) = 5042295 bytes