Skip to content

Commit 424a243

Browse files
committed
Bjorn working.
1 parent 851a76f commit 424a243

7 files changed

Lines changed: 47 additions & 8 deletions

File tree

package/python-getmac/Config.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
config BR2_PACKAGE_PYTHON_GETMAC
2+
bool "python-getmac"
3+
help
4+
Pure-Python package to get the MAC address of network interfaces and hosts on the local network.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
################################################################################
2+
#
3+
# python‑getmac
4+
#
5+
################################################################################
6+
7+
PYTHON_GETMAC_VERSION = 0.9.5
8+
9+
PYTHON_GETMAC_SITE = https://github.com/GhostofGoes/getmac
10+
PYTHON_GETMAC_SITE_METHOD = git
11+
PYTHON_GETMAC_LICENSE = BSD-3-Clause
12+
PYTHON_GETMAC_LICENSE_FILES = LICENSE
13+
14+
PYTHON_GETMAC_SETUP_TYPE = pep517
15+
$(eval $(python-package))

package/python-nmap/Config.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@ config BR2_PACKAGE_PYTHON_NMAP
22
bool "python-nmap"
33
help
44
A python 3 library which helps in using nmap port scanner.
5-
6-
select BR2_PACKAGE_PYTHON_SIMPLEJSON

package/python-nmap/python-nmap.mk

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@
44
#
55
################################################################################
66

7-
PYTHON_NMAP_VERSION = 1.9.2
7+
PYTHON_NMAP_VERSION = 0d2cf4650778c95ba1463d709894138829e6c1a9
88

9-
PYTHON_NMAP_SITE = https://github.com/nmmapper/python3-nmap
9+
PYTHON_NMAP_SITE = https://bitbucket.org/xael/python-nmap
1010
PYTHON_NMAP_SITE_METHOD = git
1111
PYTHON_NMAP_LICENSE = BSD-3-Clause
1212
PYTHON_NMAP_LICENSE_FILES = LICENSE
1313

1414
PYTHON_NMAP_SETUP_TYPE = pep517
1515

16-
PYTHON_NMAP_DEPENDENCIES = \
17-
python-simplejson
18-
1916
$(eval $(python-package))

package/python-rich/Config.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
config BR2_PACKAGE_PYTHON_RICH
2+
bool "python-rich"
3+
help
4+
Rich is a Python library for rich text and beautiful formatting in the terminal.
5+
6+
select BR2_PACKAGE_PYTHON_PYGMENTS

package/python-rich/python-rich.mk

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
################################################################################
2+
#
3+
# python‑rich
4+
#
5+
################################################################################
6+
7+
PYTHON_RICH_VERSION = v14.2.0
8+
9+
PYTHON_RICH_SITE = https://github.com/Textualize/rich
10+
PYTHON_RICH_SITE_METHOD = git
11+
PYTHON_RICH_LICENSE = BSD-3-Clause
12+
PYTHON_RICH_LICENSE_FILES = LICENSE
13+
14+
PYTHON_RICH_DEPENDENCIES = \
15+
python-pygments
16+
17+
PYTHON_RICH_SETUP_TYPE = pep517
18+
19+
$(eval $(python-package))

0 commit comments

Comments
 (0)