Package Details: maybe-git 0.3.0-1

Git Clone URL: https://aur.archlinux.org/maybe-git.git (read-only, click to copy)
Package Base: maybe-git
Description: Allows you to run a command and see what it does to your files
Upstream URL: https://github.com/p-e-w/maybe
Keywords: broken eol to-be-deleted unneeded
Licenses: GPL
Submitter: codebam
Maintainer: MarsSeed
Last Packager: codebam
Votes: 5
Popularity: 0.000000
First Submitted: 2016-02-07 04:37 (UTC)
Last Updated: 2016-02-09 02:27 (UTC)

Required by (0)

Sources (1)

Latest Comments

codebam commented on 2016-02-09 02:32 (UTC)

@FadeMind Done, thanks again!

y0no commented on 2016-02-07 21:51 (UTC)

Okay strange, it seems that it don't work for me.

FadeMind commented on 2016-02-07 19:26 (UTC)

y0no my setup is properly and maybe-git working fine.

y0no commented on 2016-02-07 18:48 (UTC)

@FadeMind: I have installed python-ptrace as dependency of maybe-git It seems to be installed on /usr/lib/python3.4/site-packages but not in /usr/lib/python3.5/site-packages. What is your version of python ? Are you sure you have installed python-ptrace with the aur repo ?

FadeMind commented on 2016-02-07 18:42 (UTC)

Add .gitignore and remove .src.tar.xz file, and just bump version to: 0.3.0

codebam commented on 2016-02-07 18:04 (UTC)

@FadeMind but the PKGBUILD changed, so I needed to update the snapshot, no?

FadeMind commented on 2016-02-07 17:58 (UTC)

And FOR prevent uploading additional files create .gitignore grab: https://pastebin.com/raw/umqCqmxV You accidentaly uploaded diff --git a/maybe-git-0.2.1-1.src.tar.gz b/maybe-git-0.2.1-1.src.tar.gz index 71980f1..a605b14 100644 --- a/maybe-git-0.2.1-1.src.tar.gz +++ b/maybe-git-0.2.1-1.src.tar.gz Binary files differ

codebam commented on 2016-02-07 17:45 (UTC)

@y0no Did you install python-ptrace? I removed it just to test reinstalling and it is still working fine for me. I wouldn't recommend running this script on anything other than simple I/O operations for right now because like the github page says this doesn't block all system calls and scripts can still do damage to your system. @FadeMind Fixed thanks!

y0no commented on 2016-02-07 16:05 (UTC)

$ maybe install.sh Traceback (most recent call last): File "/usr/bin/maybe", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 3131, in <module> @_call_aside File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 3117, in _call_aside f(*args, **kwargs) File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 3144, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 640, in _build_master ws.require(__requires__) File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 941, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 828, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'python-ptrace' distribution was not found and is required by maybe Seems ptrace cause some issue

FadeMind commented on 2016-02-07 12:38 (UTC)

Versioning should be: pkgver() { cd "${srcdir}/${_pkgname}" git describe --tags --long | sed -r -e 's,^[^0-9]*,,;s,([^-]*-g),r\1,;s,[-_],.,g' } In results give: 0.2.1.r0.g06683e7 Otherwise used now pkgver() result is always LOWER than fixed 0.2.1 in PKGBUILD AUR.