mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-13 02:11:12 +02:00
Merge pull request #107 from ostree/master
ebuild: import of python-nmap from salfter's overlay
This commit is contained in:
commit
6ec3fdeab6
4 changed files with 48 additions and 0 deletions
1
dev-python/python-config/Manifest
Normal file
1
dev-python/python-config/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST config-0.3.9.tar.gz 21421 SHA256 6aed191d1850483c73a614db01d95897e3da102438c7c2d2cbaa188bd923ff70 SHA512 8b022fc4eef35c8b2bc543e24b0ccdb72899e628e070ea1b530017d9ad504ac36d46cc240f058f77d63ec6ed6f0121f4996fdaed320de6cdef50f0b7814bf12c WHIRLPOOL 7fe3fc8ce72cf433df295bad230e5a5b8abbbfac2a5c324ec69e7f80bc73faed6e764df2f388b1bc030539ef68895c7dcd2ae0e1464dc15ab8fe07a580bfe172
|
||||
22
dev-python/python-config/python-config-0.3.9.ebuild
Normal file
22
dev-python/python-config/python-config-0.3.9.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="3"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
|
||||
inherit distutils
|
||||
|
||||
|
||||
DESCRIPTION="This module allows a hierarchical configuration scheme with support for mappings and sequences"
|
||||
HOMEPAGE="http://www.red-dove.com/python_config.html"
|
||||
SRC_URI="http://www.red-dove.com/config-0.3.9.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
|
||||
PYTHON_MODNAME="config"
|
||||
|
||||
2
dev-python/python-nmap/Manifest
Normal file
2
dev-python/python-nmap/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST python-nmap-0.5.0.tar.gz 39836 SHA256 ec110d0b86b32ca8d18867a2a0fb9caa84e61a0b46f6cd5d611c31dd0a9234e9 SHA512 e12d15660d4fa62ce3e45a2474b014890974c28a43c8335a2376c905adb0620f9fbefec6093d5fa381a3d194eefa0e54ef31fb1ef57f28eb120f9dc9ef3ac99f WHIRLPOOL 021eaa7e4f4f85dfa7aa028e81ca8cc1da8671f9dadb88995d54c2c927dbf24cfaf357711a1c2ef3b580d70c55e1f7a4e241067c048ed2b59e41d2a5ead1acc2
|
||||
EBUILD python-nmap-0.5.0.ebuild 501 SHA256 91bc558c70bc4e8a5b45249f69b989582538cd177a5d2a71db9265b4b1a7aaa5 SHA512 cefa1d36f49b74d450e5a5a9191fa22843af972eda5c271fb1fe46f21c2646b2bac67039990663643a008172bb491f371513accd8d4bfdeef21a4a611c9fa1cf WHIRLPOOL 39dec36e0d26367c555bb124f1b4a07793227a5dabe963795ddb035a5922796ccc2de6963be38246ce80a7e345609152be924e39e4b8d5162c797bc4def10436
|
||||
23
dev-python/python-nmap/python-nmap-0.5.0.ebuild
Normal file
23
dev-python/python-nmap/python-nmap-0.5.0.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
# Ebuild generated by g-pypi 0.3
|
||||
|
||||
EAPI="3"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
|
||||
inherit distutils
|
||||
|
||||
|
||||
DESCRIPTION="This is a python class to use nmap and access scan results from python3"
|
||||
HOMEPAGE="http://xael.org/norman/python/python-nmap/"
|
||||
SRC_URI="https://pypi.python.org/packages/source/p/python-nmap/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
|
||||
PYTHON_MODNAME="nmap"
|
||||
|
||||
Loading…
Reference in a new issue