Bug 211050 - [NEW PORT] devel/py-stopit: Timeout control decorator and context managers in Python
Summary: [NEW PORT] devel/py-stopit: Timeout control decorator and context managers in...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks: 211061
  Show dependency treegraph
 
Reported: 2016-07-12 21:18 UTC by Danilo G. Baio
Modified: 2016-07-13 16:35 UTC (History)
1 user (show)

See Also:


Attachments
py-stopit.shar (1.46 KB, text/plain)
2016-07-12 21:18 UTC, Danilo G. Baio
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo G. Baio freebsd_committer freebsd_triage 2016-07-12 21:18:22 UTC
Created attachment 172431 [details]
py-stopit.shar

Raise asynchronous exceptions in other threads, control the timeout
of blocks or callables with two context managers and two decorators

This port will be used as a dependency for security/w3af.

- portlint compliant
- poudriere tests ok FreeBSD 9.3|10.3|11 - i386|amd64

Poudriere output as example:

build started at Tue Jul 12 18:16:34 BRT 2016
port directory: /usr/ports/devel/py-stopit
building for: FreeBSD 11amd64-ports_dbaio 11.0-ALPHA1 FreeBSD 11.0-ALPHA1 r301120 amd64
maintained by: dbaio@bsd.com.br
ident warning: no id keywords in /usr/local/poudriere/data/.m/11amd64-ports_dbaio/ref//usr/ports/devel/py-stopit/Makefile
Makefile ident: 
Poudriere version: 3.2-pre
Host OSVERSION: 1100120
Jail OSVERSION: 1100116
[...]
====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
===> No pkg-plist issues found (check-plist)
====>> Checking for staging violations... done
=======================<phase: package        >============================
===>  Building package for py27-stopit-1.1.1
===========================================================================
=======================<phase: install-mtree  >============================
===========================================================================
====>> Recording filesystem state for preinst... done
=======================<phase: install        >============================
===>  Installing for py27-stopit-1.1.1
===>   py27-stopit-1.1.1 depends on package: py27-setuptools27>0 - found
===>   py27-stopit-1.1.1 depends on file: /usr/local/bin/python2.7 - found
===>  Checking if py27-stopit already installed
===>   Registering installation for py27-stopit-1.1.1
[11amd64-ports_dbaio] Installing py27-stopit-1.1.1...
===========================================================================
====>> Checking shared library dependencies
=======================<phase: deinstall      >============================
===>  Deinstalling for py27-stopit
===>   Deinstalling py27-stopit-1.1.1
Updating database digests format: ........ done
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
	py27-stopit-1.1.1

Number of packages to be removed: 1
[11amd64-ports_dbaio] [1/1] Deinstalling py27-stopit-1.1.1...
[11amd64-ports_dbaio] [1/1] Deleting files for py27-stopit-1.1.1: .......... done
===========================================================================
====>> Checking for extra files and directories
[00:00:25] ====>> Installing from package
[11amd64-ports_dbaio] Installing py27-stopit-1.1.1...
[11amd64-ports_dbaio] Extracting py27-stopit-1.1.1: .......... done
[00:00:25] ====>> Cleaning up
===>  Cleaning for py27-stopit-1.1.1
[00:00:25] ====>> Deinstalling package
Updating database digests format: . done
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
	py27-stopit-1.1.1

Number of packages to be removed: 1
[11amd64-ports_dbaio] [1/1] Deinstalling py27-stopit-1.1.1...
[11amd64-ports_dbaio] [1/1] Deleting files for py27-stopit-1.1.1: .......... done
build of devel/py-stopit ended at Tue Jul 12 18:16:52 BRT 2016
build time: 00:00:18
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2016-07-13 16:35:09 UTC
Testbuilds and portlint is OK, committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-07-13 16:35:48 UTC
A commit references this bug:

Author: pi
Date: Wed Jul 13 16:34:47 UTC 2016
New revision: 418490
URL: https://svnweb.freebsd.org/changeset/ports/418490

Log:
  New port: devel/py-stopit

  Raise asynchronous exceptions in other threads, control the timeout
  of blocks or callables with two context managers and two decorators.

  WWW: https://pypi.python.org/pypi/stopit

  PR:		211050
  Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>

Changes:
  head/devel/Makefile
  head/devel/py-stopit/
  head/devel/py-stopit/Makefile
  head/devel/py-stopit/distinfo
  head/devel/py-stopit/pkg-descr