python -> Python
This commit is contained in:
parent
f4190a9a0c
commit
5711f0ae5c
@ -1,4 +1,4 @@
|
|||||||
Pymetar is a python module and command line tool designed to fetch Metar
|
Pymetar is a Python module and command line tool designed to fetch Metar
|
||||||
reports from the NOAA (http://www.noaa.gov) and allow access to the
|
reports from the NOAA (http://www.noaa.gov) and allow access to the
|
||||||
included weather information.
|
included weather information.
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# $OpenBSD: Makefile,v 1.18 2004/01/29 17:13:37 sturm Exp $
|
# $OpenBSD: Makefile,v 1.19 2004/07/26 21:04:24 xsa Exp $
|
||||||
|
|
||||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||||
|
|
||||||
COMMENT= "python interface to MySQL"
|
COMMENT= "Python interface to MySQL"
|
||||||
|
|
||||||
VERSION= 0.9.2
|
VERSION= 0.9.2
|
||||||
DISTNAME= MySQL-python-${VERSION}
|
DISTNAME= MySQL-python-${VERSION}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# $OpenBSD: Makefile,v 1.21 2004/01/01 09:07:58 sturm Exp $
|
# $OpenBSD: Makefile,v 1.22 2004/07/26 21:04:24 xsa Exp $
|
||||||
|
|
||||||
|
|
||||||
COMMENT= "python codes checker"
|
COMMENT= "Python codes checker"
|
||||||
|
|
||||||
VERSION= 0.8.13
|
VERSION= 0.8.13
|
||||||
DISTNAME= pychecker-${VERSION}
|
DISTNAME= pychecker-${VERSION}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
PyChecker is a tool for finding common bugs in python source code.
|
PyChecker is a tool for finding common bugs in Python source code.
|
||||||
It finds problems that are typically caught by a compiler for less
|
It finds problems that are typically caught by a compiler for less
|
||||||
dynamic languages, like C and C++.
|
dynamic languages, like C and C++.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# $OpenBSD: Makefile,v 1.12 2004/01/25 16:46:30 sturm Exp $
|
# $OpenBSD: Makefile,v 1.13 2004/07/26 21:04:24 xsa Exp $
|
||||||
|
|
||||||
|
|
||||||
COMMENT= "unit testing framework for python"
|
COMMENT= "unit testing framework for Python"
|
||||||
|
|
||||||
VERSION= 1.4.1
|
VERSION= 1.4.1
|
||||||
DISTNAME= pyunit-${VERSION}
|
DISTNAME= pyunit-${VERSION}
|
||||||
|
@ -10,4 +10,4 @@ Cooledit is a suite of programs consisting of the following:
|
|||||||
under any window manager
|
under any window manager
|
||||||
|
|
||||||
FLAVOR=python
|
FLAVOR=python
|
||||||
turns it into a programmable editor, must have python 2.
|
turns it into a programmable editor, must have Python 2.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.20 2004/05/23 15:58:01 xsa Exp $
|
# $OpenBSD: Makefile,v 1.21 2004/07/26 21:04:24 xsa Exp $
|
||||||
|
|
||||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||||
|
|
||||||
COMMENT= "python imaging library"
|
COMMENT= "Python imaging library"
|
||||||
COMMENT-examples= "examples for python imaging library"
|
COMMENT-examples= "examples for Python imaging library"
|
||||||
|
|
||||||
VERSION= 1.1.4
|
VERSION= 1.1.4
|
||||||
DISTNAME= Imaging-${VERSION}
|
DISTNAME= Imaging-${VERSION}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# $OpenBSD: Makefile,v 1.7 2004/01/25 16:46:30 sturm Exp $
|
# $OpenBSD: Makefile,v 1.8 2004/07/26 21:04:24 xsa Exp $
|
||||||
|
|
||||||
COMMENT= "python module to handle IPv4 and IPv6 address"
|
COMMENT= "Python module to handle IPv4 and IPv6 address"
|
||||||
|
|
||||||
VERSION= 0.41
|
VERSION= 0.41
|
||||||
DISTNAME= IPy-${VERSION}
|
DISTNAME= IPy-${VERSION}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# $OpenBSD: Makefile,v 1.13 2004/06/15 09:53:12 xsa Exp $
|
# $OpenBSD: Makefile,v 1.14 2004/07/26 21:04:24 xsa Exp $
|
||||||
|
|
||||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||||
|
|
||||||
COMMENT= "python interface to cURL library"
|
COMMENT= "Python interface to cURL library"
|
||||||
|
|
||||||
VERSION= 7.12
|
VERSION= 7.12
|
||||||
DISTNAME= pycurl-${VERSION}
|
DISTNAME= pycurl-${VERSION}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# $OpenBSD: Makefile,v 1.4 2003/08/01 13:54:53 sturm Exp $
|
# $OpenBSD: Makefile,v 1.5 2004/07/26 21:04:24 xsa Exp $
|
||||||
|
|
||||||
COMMENT= "python DNS library"
|
COMMENT= "Python DNS library"
|
||||||
|
|
||||||
VERSION= 2.3.0
|
VERSION= 2.3.0
|
||||||
DISTNAME= pydns-${VERSION}
|
DISTNAME= pydns-${VERSION}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
CryptKit is a developer's toolkit implementing several of the most
|
CryptKit is a developer's toolkit implementing several of the most
|
||||||
modern and efficient cryptographic algorithms. The kit is primarily
|
modern and efficient cryptographic algorithms. The kit is primarily
|
||||||
written in ANSI C for speed and subsequently wrapped with SWIG for
|
written in ANSI C for speed and subsequently wrapped with SWIG for
|
||||||
ease of use in python.
|
ease of use in Python.
|
||||||
|
|
||||||
CryptKit is small and fast, mainly because it implements excellent
|
CryptKit is small and fast, mainly because it implements excellent
|
||||||
algorithms: Rijndael (AES), SHA 256 bits, Elliptic Curve PKI,
|
algorithms: Rijndael (AES), SHA 256 bits, Elliptic Curve PKI,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# $OpenBSD: Makefile,v 1.13 2004/02/01 09:31:46 xsa Exp $
|
# $OpenBSD: Makefile,v 1.14 2004/07/26 21:04:24 xsa Exp $
|
||||||
|
|
||||||
|
|
||||||
COMMENT= "python library for creating postscript or PDF charts"
|
COMMENT= "Python library for creating postscript or PDF charts"
|
||||||
|
|
||||||
VERSION= 1.35
|
VERSION= 1.35
|
||||||
DISTNAME= PyChart-${VERSION}
|
DISTNAME= PyChart-${VERSION}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# $OpenBSD: Makefile,v 1.7 2003/11/15 15:12:55 sturm Exp $
|
# $OpenBSD: Makefile,v 1.8 2004/07/26 21:04:24 xsa Exp $
|
||||||
|
|
||||||
COMMENT= "python tool for generate Python API documents"
|
COMMENT= "Python tool for generate Python API documents"
|
||||||
|
|
||||||
DISTNAME= HappyDoc_r2_1
|
DISTNAME= HappyDoc_r2_1
|
||||||
PKGNAME= py-HappyDoc-2.1
|
PKGNAME= py-HappyDoc-2.1
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# $OpenBSD: Makefile,v 1.18 2004/01/29 17:13:37 sturm Exp $
|
# $OpenBSD: Makefile,v 1.19 2004/07/26 21:04:24 xsa Exp $
|
||||||
|
|
||||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||||
|
|
||||||
COMMENT= "python module for writing basic XML applications"
|
COMMENT= "Python module for writing basic XML applications"
|
||||||
|
|
||||||
VERSION= 0.7.1
|
VERSION= 0.7.1
|
||||||
DISTNAME= PyXML-${VERSION}
|
DISTNAME= PyXML-${VERSION}
|
||||||
|
Loading…
Reference in New Issue
Block a user