summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 3795cc3673353037985ee6570ae88cb0e7f28995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pkgbase = python-pysnmp
	pkgdesc = Pure Python, open source and free implementation of v1/v2c/v3 SNMP engine
	pkgver = 4.4.6
	pkgrel = 1
	url = https://github.com/etingof/pysnmp
	arch = any
	license = BSD
	makedepends = python-setuptools
	makedepends = python2-setuptools
	source = git+https://github.com/etingof/pysnmp/#tag=v4.4.6
	sha256sums = SKIP

pkgname = python-pysnmp
	depends = python
	depends = python-pysmi
	depends = python-pyasn1
	replaces = pysnmp

pkgname = python2-pysnmp
	depends = python2
	depends = python2-pysmi
	depends = python2-pyasn1