jamadden / mrab-regex-hg

Automatically exported from code.google.com/p/mrab-regex-hg
0 stars 2 forks source link

can't build the project #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I thought I'd try building the module, and expand the test cases a bit, but I 
can't seem to find the setup.py file.

I did the

  hg clone https://mrab-regex-hg.googlecode.com/hg/ mrab-regex-hg

Is there some trick to building it?

Original issue reported on code.google.com by Bill.Jan...@gmail.com on 9 Jun 2011 at 4:35

GoogleCodeExporter commented 9 years ago
It's in the PyPI subfolder.

Original comment by re...@mrabarnett.plus.com on 9 Jun 2011 at 7:20

GoogleCodeExporter commented 9 years ago
When I do a checkout (hg clone), I don't *get* a PyPI subfolder:

tmp % hg clone https://mrab-regex-hg.googlecode.com/hg/ regex
requesting all changes
adding changesets
adding manifests
adding file changes
added 44 changesets with 490 changes to 29 files (+1 heads)
updating to branch default
20 files updated, 0 files merged, 0 files removed, 0 files unresolved
/tmp % ls -al regex
total 8
drwxrwxr-x   6 wjanssen  wheel   204 Jun  9 18:54 .
drwxrwxrwt  90 root      wheel  3060 Jun  9 18:54 ..
drwxrwxr-x  13 wjanssen  wheel   442 Jun  9 18:54 .hg
-rw-rw-r--   1 wjanssen  wheel   634 Jun  9 18:54 .hgeol
drwxrwxr-x   9 wjanssen  wheel   306 Jun  9 18:54 regex_2
drwxrwxr-x   8 wjanssen  wheel   272 Jun  9 18:54 regex_3
/tmp % ls -al regex/regex_2/
total 72
drwxrwxr-x  9 wjanssen  wheel    306 Jun  9 18:54 .
drwxrwxr-x  6 wjanssen  wheel    204 Jun  9 18:54 ..
-rw-rw-r--  1 wjanssen  wheel  22912 Jun  9 18:54 Features.html
-rw-rw-r--  1 wjanssen  wheel  10417 Jun  9 18:54 Features.rst
drwxrwxr-x  5 wjanssen  wheel    170 Jun  9 18:54 Python
drwxrwxr-x  3 wjanssen  wheel    102 Jun  9 18:54 Release(2.5)
drwxrwxr-x  3 wjanssen  wheel    102 Jun  9 18:54 Release(2.6)
drwxrwxr-x  3 wjanssen  wheel    102 Jun  9 18:54 Release(2.7)
drwxrwxr-x  4 wjanssen  wheel    136 Jun  9 18:54 regex
/tmp % ls -al regex/regex_2/Python/
total 432
drwxrwxr-x  5 wjanssen  wheel     170 Jun  9 18:54 .
drwxrwxr-x  9 wjanssen  wheel     306 Jun  9 18:54 ..
-rw-rw-r--  1 wjanssen  wheel   88595 Jun  9 18:54 _regex_core.py
-rw-rw-r--  1 wjanssen  wheel   19388 Jun  9 18:54 regex.py
-rw-rw-r--  1 wjanssen  wheel  107126 Jun  9 18:54 test_regex.py
/tmp %

Original comment by Bill.Jan...@gmail.com on 10 Jun 2011 at 1:56

GoogleCodeExporter commented 9 years ago
I'll just download from PyPI.

Original comment by Bill.Jan...@gmail.com on 10 Jun 2011 at 2:04