Skip to content

Commit

Permalink
New package: python-portend
Browse files Browse the repository at this point in the history
This package is licensed MIT but the original author doesn't seem to
understand how to use MIT, so there is no provided license file.
Since this quite prolific author is opposed to following the standard
license management practices (and indeed those likely mandated by the
text of the license itself) I leave here in this commit message a
pointer to where numerous people have tried to convince the author to
just use the license in the manner in which it was designed.  No one
has thus far been successful...

jaraco/skeleton#1
  • Loading branch information
the-maldridge committed Jun 18, 2017
1 parent f34400a commit b3f5283
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions srcpkgs/python-portend/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Template file for 'python-portend'
pkgname=python-portend
version=1.8
revision=1
wrksrc=${pkgname/python-//}-${version}
build_style=python-module
hostmakedepends="python python-setuptools python3 python3-setuptools"
depends=python-tempora
short_desc="TCP port monitoring utilities"
maintainer="Michael Aldridge <[email protected]>"
license="MIT"
homepage="https://github.com/jaraco/portend"
distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
checksum=7de919b82c4ac60d4768fe80a2557290661aa665b7c427de6249d8cb2fde5561

python3-portend_package() {
noarch=yes
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}
1 change: 1 addition & 0 deletions srcpkgs/python3-portend

0 comments on commit b3f5283

Please sign in to comment.