Import py27-dubins-0.9.2 as wip/py-dubins.
Code to generate and manipulate dubins curves
This commit is contained in:
parent
9b3847f474
commit
d31501a64d
4 changed files with 26 additions and 0 deletions
1
py-dubins/DESCR
Normal file
1
py-dubins/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Code to generate and manipulate dubins curves
|
14
py-dubins/Makefile
Normal file
14
py-dubins/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/06/20 20:33:55 jihbed Exp $
|
||||
|
||||
DISTNAME= dubins-0.9.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/d/dubins/
|
||||
|
||||
MAINTAINER= jihbed.research@gmail.com
|
||||
HOMEPAGE= http://github.com/AndrewWalker/pydubins
|
||||
COMMENT= Code to generate and manipulate dubins curves
|
||||
LICENSE= mit
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
py-dubins/PLIST
Normal file
6
py-dubins/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/06/20 20:33:55 jihbed Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/dubins.so
|
5
py-dubins/distinfo
Normal file
5
py-dubins/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/06/20 20:33:55 jihbed Exp $
|
||||
|
||||
SHA1 (dubins-0.9.2.tar.gz) = ec421ca6f53702c249392d90f9ee0a03fa21cda6
|
||||
RMD160 (dubins-0.9.2.tar.gz) = d15e5fd7c9bebb12be0a18c649293aef6b4760c8
|
||||
Size (dubins-0.9.2.tar.gz) = 34270 bytes
|
Loading…
Reference in a new issue