https://bugzilla.redhat.com/show_bug.cgi?id=1267189



--- Comment #5 from Antonio Trande <anto.tra...@gmail.com> ---
New release:

Spec URL: https://sagitter.fedorapeople.org/antimony/antimony.spec
SRPM URL:
https://sagitter.fedorapeople.org/antimony/antimony-0.9.0-0.3.20151031git5c144c.fc23.src.rpm

- Fixed appdata file
- Removed Python3 Provides macro
- Used %%autosetup macro

>The provides are borked: there's no python3-fab in the automatically generated 
>>Provides. Why don't you split out the python module as a separate package? 
>That >would be nice if it can be used separately.

fab module seems Antimony-specific.

From doc/SCRIPTING.md file :

`fab` module
------------
Python scripts will usually import the `fab` module, which has
Antimony-specific classes and types for designing shapes.

### `fab.shapes`
`fab.shapes` contains a standard library of primitives and transforms.
It is populated from [shapes.py](../py/fab/shapes.py).

### `fab.types`
`fab.types` contains Python classes representing various Antimony types.
The most relevant is `fab.types.Shape`, which represents a 2D or 3D
solid body.  It is often used as the second argument to `input`, i.e.
`input(s, fab.types.Shape)` to declare a `Shape` input port.

Other types include `Bounds` (representing 2D or 3D bounds) and
`Transform` (representing a coordinate transform).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to