Import py27-yams-0.39.1 as wip/py-yams.
Yet Another Magic Schema ! A simple/generic but powerful entities/relations schem suitable to represent RDF like data. The schema is readable/writable from/to various formats
This commit is contained in:
parent
1e253e628f
commit
546a40d2d9
4 changed files with 26 additions and 0 deletions
3
py-yams/DESCR
Normal file
3
py-yams/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Yet Another Magic Schema ! A simple/generic but powerful entities/relations
|
||||
schem suitable to represent RDF like data. The schema is readable/writable
|
||||
from/to various formats
|
17
py-yams/Makefile
Normal file
17
py-yams/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/07/19 10:04:31 jihbed Exp $
|
||||
|
||||
DISTNAME= yams-0.39.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= textproc www
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/y/yams/
|
||||
|
||||
MAINTAINER= kamelderouiche@yahoo.com
|
||||
HOMEPAGE= http://www.logilab.org/project/yams
|
||||
COMMENT= Entity / relation schema
|
||||
#LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../devel/py-logilab-common/buildlink3.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
py-yams/PLIST
Normal file
1
py-yams/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/07/19 10:04:31 jihbed Exp $
|
5
py-yams/distinfo
Normal file
5
py-yams/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/07/19 10:04:31 jihbed Exp $
|
||||
|
||||
SHA1 (yams-0.39.1.tar.gz) = 7d9181a4698a802d9f23ca9179832d8efd72d370
|
||||
RMD160 (yams-0.39.1.tar.gz) = 2851e80b4783aa22a22ea651c41cedfe01fd8caf
|
||||
Size (yams-0.39.1.tar.gz) = 77910 bytes
|
Loading…
Reference in a new issue